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 / jj
ceil(2.3)====3
ceil(-2.3)===-2
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
Explain the bubble sort algorithm.
How can you determine the size of an allocated portion of memory?
Explain what will the preprocessor do for a program?
What is malloc return c?
How is a structure member accessed?
What is structure and union in c?
how many errors in c explain deply
can anyone please tell about the nested interrupts?
Explain how do you view the path?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
#include
Can we increase size of array in c?
Explain the difference between #include "..." And #include <...> In c?
What is an auto variable in c?
What is the difference between declaring a variable by constant keyword and #define ing that variable?