Q204
What will be the output of the following C code? #include void main( double b = 8; b++; printf("%lf", b);
A.
9.000000
AnswerB.
9
C.
9.0
D.
Run time error
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board