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
Answer / guest is wrong
B)it returns the value rounded up to the next higher integer
| Is This Answer Correct ? | 13 Yes | 0 No |
Answer / ramya
b) it returns the value rounded up to the next hiher integer
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / guest
A)It returns the value rounded down to the next lower
integer
| Is This Answer Correct ? | 1 Yes | 3 No |
What is the use of pragma in embedded c?
main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }
Write a program in C to convert date displayed in gregorian to julian date
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
Explain what is a 'locale'?
What would happen to X in this expression: X += 15; (assuming the value of X is 5)
what is the function of void main()?
Explain what is the difference between functions getch() and getche()?
What is the use of getchar functions?
swap 2 numbers without using third variable?
What are pointers? Why are they used?
write a program without using main function?