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

Answer Posted / guest is wrong

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

Is This Answer Correct ?    13 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why is sizeof () an operator and not a function?

568


What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?

801


What is the default value of local and global variables in c?

553


why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???

1510


Explain the use of bit fieild.

702






What is a program flowchart and explain how does it help in writing a program?

661


If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402

3241


Wt are the Buses in C Language

2743


Write a function stroverlap that takes (at least) two strings, and concatenates them, but does not duplicate any overlap. You only need to worry about overlaps between the end of the first string and the beginning of the second string. Examples: batman, manonthemoon = batmanonthemoon batmmamaman, mamamanonthemoon = batmmamamanonthemoon bat, man = batman batman, batman = batman batman, menonthemoon = batmanmenonthemoon

1730


What are the main characteristics of c language describe the structure of ac program?

604


Explain bitwise shift operators?

621


What does return 1 means in c?

577


What is clrscr in c?

665


please explain every phase in the "SDLC" in the dotnet.

2173


Is javascript based on c?

588