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
Explain how to reverse singly link list.
What do you understand by normalization of pointers?
explain what are actual arguments?
How can I pad a string to a known length?
if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.
write a program to find the given number is prime or not
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above
What is cohesion in c?
Why do we use main function?
what is use of malloc and calloc?
What is the full form of getch?
Write a program to generate the Fibinocci Series
how to build a exercise findig min number of e heap with list imlemented?
What are variables and it what way is it different from constants?
What is %d used for?