Q56
What will be the output of the following C code? #include int main() float a = 2.455555555555; printf("%f", a);
A.
2.455555
AnswerB.
2.455556
C.
2.456
D.
2.46
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board