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 / ramya
b) it returns the value rounded up to the next hiher integer
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain function?
What is the stack in c?
What is the difference between volatile and const volatile?
What are the application of c?
What is identifiers in c with examples?
How can I generate floating-point random numbers?
Explain #pragma statements.
Can a variable be both constant and volatile?
Explain what are the different data types in c?
What do you mean by dynamic memory allocation in c? What functions are used?
What is adt in c programming?
In which language linux is written?
How do we print only part of a string in c?
Can you subtract pointers from each other? Why would you?
What is getche() function?