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


Please Help Members By Posting Answers For Below Questions

What are the disadvantages of external storage class?

593


What is the meaning of c in c language?

599


How to write a code for reverse of string without using string functions?

1583


Why we not create function inside function.

1753


How can you access memory located at a certain address?

670






Explain how can you avoid including a header more than once?

607


What is s in c?

622


What does %c mean in c?

656


What is the use of sizeof () in c?

562


When should you not use a type cast?

661


Why does everyone say not to use scanf? What should I use instead?

683


Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant

671


Why c language is called c?

573


Can you define which header file to include at compile time?

591


What is the difference between near, far and huge pointers?

630