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 is the difference between volatile and const volatile?
What is a header file?
regarding pointers concept
What is modifier & how many types of modifiers available in c?
What is %g in c?
Explain how do you convert strings to numbers in c?
How can I determine whether a machines byte order is big-endian or little-endian?
What is the purpose of ftell?
What is the right type to use for boolean values in c? Is there a standard type?
What is the difference between functions abs() and fabs()?
What is wild pointer in c with example?
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
How can this be legal c?
What is file in c language?
What will the preprocessor do for a program?