โช Choose the correct option.
What will be the output of the following program on GCC compiler?
#include
#include
int main() {
float n=1.54;
printf("%f, %f ", ceil(n), floor(n));
return 0;
}
What will be the output of the following program on GCC compiler?
What will be the output of the following program on GCC compiler?
#include
#include
int main() {
float n=1.54;
printf("%f, %f ", ceil(n), floor(n));
return 0;
}