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
Answers were Sorted based on User's Feedback
Answer / guest is wrong
B)it returns the value rounded up to the next higher integer
| Is This Answer Correct ? | 13 Yes | 0 No |
Answer / ramya
b) it returns the value rounded up to the next hiher integer
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / guest
A)It returns the value rounded down to the next lower
integer
| Is This Answer Correct ? | 1 Yes | 3 No |
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
write a c programme for add of two numbers with out use of arthematic operators
c program to arrange digits in a no in ascending and descending order
Explain how can I convert a number to a string?
Why is #define used?
What's the difference between DELETE TABLE and TRUNCATE TABLE commands?
What is maximum size of array in c?
What is the process of writing the null pointer?
how many times of error occur in C
What is the difference between %d and %*d in C
How can we open a file in Binary mode and Text mode?what is the difference?
How can I write a function analogous to scanf?