Vidyalelo
C Programming · Q55

Standard Library Functions

Programming · C Programming · question 55

Q55

What will be the output of the following C code? double x=1.8; printf("%.2lf",floor(x));

A.
2.0
B.
2.00
C.
1.0
D.
1.00
Answer

Answer: Option D

Solution

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