Q67
What will be the output of the following C code? double x=1.2 printf("%.1lf", ceil(x));
A.
1
B.
2
C.
1.0
D.
2.0
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board