Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Write a programm such that if user enter 11.25 it roundup to 11 but if user enter 11.51 upto 11.99 it will round up to 12 i.e.;convert the floting point value into integer format as explain above..

2 Answers  


write a programe to find the factorial of given number using recursion

3 Answers  


What is the easiest sorting method to use?

0 Answers  


main() { clrscr(); } clrscr();

6 Answers   ME, Wipro,


What is meant by keywords in c?

0 Answers  


write a program to swap two numbers without using temporary variable?

3 Answers  


What are the different types of pointers used in c language?

0 Answers  


How can I check whether a file exists? I want to warn the user if a requested input file is missing.

0 Answers  


What is the use of f in c?

0 Answers  


Write a program with dynamically allocation of variable.

0 Answers   Atos Origin,


what is the output of the program and explain why?? #include<stdio.h> void main ( ) { int k=4,j=0: switch (k) { case 3; j=300; case 4: j=400: case 5: j=500; } printf (ā€œ%d\nā€,j); }

14 Answers   Oracle,


On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area

0 Answers  


Categories