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


Please Help Members By Posting Answers For Below Questions

How we can insert comments in a c program?

850


How can I trap or ignore keyboard interrupts like control-c?

816


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

864


write a c program in such a way that if we enter the today date the output should be next day's date.

1904


program for reversing a selected line word by word when multiple lines are given without using strrev

2169


What is scanf_s in c?

844


What is pointer to pointer in c with example?

745


How would you use the functions fseek(), freed(), fwrite() and ftell()?

913


What is the use of typedef in c?

784


Can the “if” function be used in comparing strings?

777


Why we write conio h in c?

758


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

889


Explain what is the concatenation operator?

833


What are the similarities between c and c++?

799


What is the difference between struct and union in C?

880