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
A)It returns the value rounded down to the next lower
integer
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
Who is the founder of c language?
What do you mean by c what are the main characteristics of c language?
Why doesnt this code work?
C program to find all possible outcomes of a dice?
Can you add pointers together? Why would you?
What is scanf () in c?
What do you mean by a sequential access file?
Write a program to generate the Fibinocci Series
How do I get a null pointer in my programs?
What is wild pointer in c?
What is quick sort in c?
Describe the order of precedence with regards to operators in C.
What is a far pointer in c?
Is there a way to switch on strings?
Do you know the difference between exit() and _exit() function in c?