Vidyalelo
C Programming · Q67

Standard Library Functions

Programming · C Programming · question 67

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
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board