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

Answers were Sorted based on User's Feedback



What is the function of ceil(X) defined in math.h do? A)It returns the value rounded down to the ne..

Answer / phani kumar s

C
ceil(45.90)--> 46
ceil(45.23)--> 46

Is This Answer Correct ?    14 Yes 1 No

What is the function of ceil(X) defined in math.h do? A)It returns the value rounded down to the ne..

Answer / subbu

answer is b

Is This Answer Correct ?    9 Yes 1 No

What is the function of ceil(X) defined in math.h do? A)It returns the value rounded down to the ne..

Answer / jj

ceil(2.3)====3
ceil(-2.3)===-2

Is This Answer Correct ?    6 Yes 2 No

Post New Answer

More C Interview Questions

Is r written in c?

0 Answers  


Is malloc memset faster than calloc?

0 Answers  


Is there anything like an ifdef for typedefs?

0 Answers  


What is union and structure in c?

0 Answers  


input any 4 digit number and find the difference of all the digits?

3 Answers   Google,






An interactive c program to read basic salary of 15 persons. each person gets 25% of basic as HRA, 15%of basic as conveyance allowances, 10%of basic as entertainment allowances.The total salary is calculated by adding basic+HRA+CA+EA.Calculate how many out of 15 get salary above 10,000.Rs also print the salary of each employee

2 Answers  


How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?

0 Answers  


where can function pointers be used?

2 Answers  


What are the benefits of organizational structure?

0 Answers  


Write a program on swapping (100, 50)

0 Answers   BPL,


What are the different types of constants?

0 Answers  


write a C program, given number is double without using addt ion and multiplication operator?ex:n=6,ans=12,pls send me ans to goviseenu@gmail.com

6 Answers  


Categories