Choose Category
#include <math.h> #include <stdio.h> int main() { int i =fmax(10,12); printf("%d",i); return 0; }