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

Answers were Sorted based on User's Feedback



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

Answer / guest is wrong

B)it returns the value rounded up to the next higher integer

Is This Answer Correct ?    13 Yes 0 No

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

Answer / ramya

b) it returns the value rounded up to the next hiher integer

Is This Answer Correct ?    2 Yes 0 No

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

Answer / guest

A)It returns the value rounded down to the next lower
integer

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More C Interview Questions

how to find sum of 5 digits in C?

4 Answers  


What are called c variables?

0 Answers  


how to connect oracle in C/C++.

3 Answers   TCS, Wipro,


Write a program to add a given duration with time(24hrs format)

1 Answers   Protech,


What is the difference between class and object in c?

0 Answers  






write a program to delete an item from a particular location of an linear array?

1 Answers  


How can you allocate arrays or structures bigger than 64K?

0 Answers  


Why is c called a structured programming language?

0 Answers  


What is an auto keyword in c?

0 Answers  


.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }

0 Answers   Wilco,


What are the properties of union in c?

0 Answers  


Can a binary search tree be used as an index? If yes, how? Explain

0 Answers   TCS,


Categories