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

What are the benefits of organizational structure?

0 Answers  


what is the use of macro program

1 Answers   TCS,


#include<stdio.h> int SumElement(int *,int); void main(void) { int x[10]; int i=10; for(;i;) { i--; *(x+i)=i; } printf("%d",SumElement(x,10)); } int SumElement(int array[],int size) { int i=0; float sum=0; for(;i<size;i++) sum+=array[i]; return sum; } output?

5 Answers   Ramco,


AMMONG THE 4 STROAGE CLASSES IN C, WHICH ONE FASTEST?

13 Answers   HCL,


Differentiate between declaring a variable and defining a variable?

0 Answers  






What are the functions to open and close the file in c language?

0 Answers  


What are the basic data types associated with c?

0 Answers  


What is the proper way of these job Tell me about there full work

0 Answers   EDS,


Wt are the Buses in C Language

0 Answers   Infosys,


What is the scope of static variables?

1 Answers  


Why is event driven programming or procedural programming, better within specific scenario?

0 Answers   Wipro,


How to run c Program without using IDE of c. means if program made in notepad.then how to compile by command prompt.

1 Answers   HP, TCS,


Categories