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 / phani kumar s
C
ceil(45.90)--> 46
ceil(45.23)--> 46
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
What language is c written?
Explain how can I convert a number to a string?
Explain what are global variables and explain how do you declare them?
Is sizeof a keyword in c?
What is the use of static variable in c?
Why is sprintf unsafe?
What is the purpose of sprintf?
what is the role you expect in software industry?
What is pointer and structure in c?
Write a program to swap two numbers without using third variable in c?
How can I get the current date or time of day in a c program?
What are the back slash character constants or escape sequence charactersavailable in c?
Distinguish between actual and formal arguments.
What is wrong with this program statement? void = 10;
What is clrscr in c?