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 is wrong
B)it returns the value rounded up to the next higher integer
Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
How we can insert comments in a c program?
How can I trap or ignore keyboard interrupts like control-c?
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
write a c program in such a way that if we enter the today date the output should be next day's date.
program for reversing a selected line word by word when multiple lines are given without using strrev
What is scanf_s in c?
What is pointer to pointer in c with example?
How would you use the functions fseek(), freed(), fwrite() and ftell()?
What is the use of typedef in c?
Can the “if” function be used in comparing strings?
Why we write conio h in c?
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
Explain what is the concatenation operator?
What are the similarities between c and c++?
What is the difference between struct and union in C?