Choose Category
#include <math.h> #include <stdio.h> int main(void) { printf("Floor Value is %f", floor(10.9)); }