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 / ramya
b) it returns the value rounded up to the next hiher integer
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
write a c program for swapping two strings using pointer
simple program of graphics and their output display
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
Explain how can I pad a string to a known length?
What are local static variables? How can you use them?
Explain how do you override a defined macro?
What is wrong with this declaration?
Explain what does a function declared as pascal do differently?
What are the advantages of using new operator as compared to the function malloc ()?
Explain the difference between call by value and call by reference in c language?
Write a program to identify if a given binary tree is balanced or not.
write a program for the normal snake games find in most of the mobiles.
What is a pointer in c?
What do you mean by scope of a variable in c?
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping