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
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
How would you rename a function in C?
Write a programe print the sum of series 0,1,2,.....10
4)What would be the output? main() { int num=425; pf("%d",pf("%d",num)); } a)Comp error b)4425 c)4253 d)3435 e)none
Explain what are the advantages and disadvantages of a heap?
main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }
What is keyword with example?
helllo sir , what is the main use of the pointer ,array ,and the structure with the example of a programe
diff .between strcture and union
write a c program to print the values in words eg:- 143 written it has (one hundred and forty three)& 104, 114 are also written words
5 Answers Captronic, DELL, Google, IBM, Mithi, RCC, Wipro,
Write a C program to check a number even or odd, without using any relational, arithmetic operator and any loops.
What is function pointer c?