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

What are nested functions in c?

568


How to write a multi-statement macro?

629


How can I write a function that takes a format string and a variable number of arguments?

608


What is assignment operator?

630


why do some people write if(0 == x) instead of if(x == 0)?

657






Why is c called a mid-level programming language?

733


What is structure data type in c?

575


What are structures and unions? State differencves between them.

619


Why is c used in embedded systems?

616


List some of the static data structures in C?

765


Is anything faster than c?

590


What are the functions to open and close file in c language?

733


Write a program to implement queue.

668


any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()

697


How can you draw circles in C?

631