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 / subbu
answer is b
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
What are the data types present in c?
In C language, a variable name cannot contain?
What is floating point constants?
What is sorting in c plus plus?
What is static memory allocation? Explain
What is sizeof return in c?
What are bitwise shift operators in c programming?
What are the advantages and disadvantages of c language?
Does sprintf put null character?
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
Is there a way to compare two structure variables?
Give differences between - new and malloc() , delete and free() ?
Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent
What are the advantages of using macro in c language?
What’s the special use of UNIONS?