2. 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 / guest is wrong
B)it returns the value rounded up to the next higher integer
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
What is strcpy() function?
Why do we need functions in c?
What are the types of operators in c?
What is identifier in c?
What is uint8 in c?
Can stdout be forced to print somewhere other than the screen?
Where are local variables stored in c?
How to draw the flowchart for structure programs?
Why do we use main function?
Why can arithmetic operations not be performed on void pointers?
Explain the difference between call by value and call by reference in c language?
Disadvantages of C language.
Explain what is output redirection?
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
Explain what is the best way to comment out a section of code that contains comments?