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