Vidyalelo
C Programming · Q56

Operators and Expressions

Programming · C Programming · question 56

Q56

What will be the output of the following C code? #include int main() float a = 2.455555555555; printf("%f", a);

A.
2.455555
Answer
B.
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