What is the function of ceil(X) defined in math.h do?
A)It returns the value rounded down to the next lower
integer
B)it returns the value rounded up to the next higher integer
C)the Next Higher Value
D)the next lower value
Answer Posted / phani kumar s
C
ceil(45.90)--> 46
ceil(45.23)--> 46
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
Write a program to reverse a linked list in c.
Do you know the difference between exit() and _exit() function in c?
How many header files are in c?
What is s or c?
Explain the meaning of keyword 'extern' in a function declaration.
What is sizeof return in c?
What does volatile do?
Is array a primitive data type in c?
What does s c mean on snapchat?
Do you know the use of fflush() function?
Why c is a mother language?
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
Why doesnt that code work?
Which is better malloc or calloc?
What is a static function in c?