#include <math.h> #include <stdio.h> int main(void) { printf("%f\n", trunc (1.2)); return 0; }
1.000000