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
How do you print only part of a string?
Q.11 Generate the following pattern using code in any language(c/c++/java) for n no. of rows 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
What are the different types of endless loops?
What would happen to X in this expression: X += 15; (assuming the value of X is 5)
what is the difference between c and c++?
The statement, int(*x[]) () what does in indicate?
What is declaration and definition in c?
what is the difference between c and java?
write a program whose output will be- 1 12 123 1234
what is the diff between the printf and sprintf functions?? and what is the syntax for this two functions ??
what is the difference between const volatile int i & volatile const int j;
Why cann't whole array can be passed to function as value.