Vidyalelo
C Programming · Q204

C Fundamentals

Programming · C Programming · question 204

Q204

What will be the output of the following C code? #include void main( double b = 8; b++; printf("%lf", b);

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