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 c method?
What is the purpose of type declarations?
What is file in c language?
How a string is stored in c?
Why dont c comments nest?
What is a newline escape sequence?
c program for searching a student details among 10 student details
What is a ternary operator in c?
What is advantage of pointer in c?
Multiply an Integer Number by 2 Without Using Multiplication Operator
What is function and its example?
What is d'n in c?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
Why does notstrcat(string, "!");Work?
Is main is user defined function?