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
When should the const modifier be used?
What is a pointer value and address in c?
How can you be sure that a program follows the ANSI C standard?
How can I make sure that my program is the only one accessing a file?
What is the difference between array_name and &array_name?
Are the variables argc and argv are local to main?
How many levels of pointers have?
I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
What is #define used for in c?
What is the use of getchar functions?
Is the exit() function same as the return statement? Explain.
What is the difference between array and linked list in c?
can any one tel me wt is the question pattern for NIC exam
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream