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
Is c procedural or object oriented?
What are valid operations on pointers?
What is your favorite subject?
1 Answers Ericsson, Invendis, Tech Mahindra,
Are negative numbers true in c?
What is #pragma statements?
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
convert 12345 to 54321 withoutusing strig
hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .
0 Answers Aegis, CDAC, Infosys,
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
Does * p ++ increment p or what it points to?
What is a null string in c?
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;