Q130
What will be the output of the following C code? #include double i; int main() printf("%g ",i); return 0;
A.
0
AnswerB.
0.000000
C.
Garbage value
D.
Depends on the compiler
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board