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...


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

main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }

0 Answers   Wilco,


Why #include is used in c language?

0 Answers  


what is the difference b/w NULL and null?

3 Answers   HSBC, IBM,


Explain what standard functions are available to manipulate strings?

0 Answers  


What is difference between structure and union in c programming?

0 Answers  


Program to write some contents into a file using file operations with proper error messages.

2 Answers  


Simplify the program segment if X = B then C &#8592; true else C &#8592; false

0 Answers  


What is break statement?

0 Answers  


which will be first in c compiling ,linking or compiling ,debugging.

3 Answers   Sonata,


Explain union.

0 Answers  


Why does not use getgh(); and <conio.h> in c language.

3 Answers   Elofic,


main() { int a; a=++100; printf("%d",a); getch(); }

4 Answers  


Categories