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
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board