Vidyalelo
C Programming · Q130

Function

Programming · C Programming · question 130

Q130

What will be the output of the following C code? #include double i; int main() printf("%g ",i); return 0;

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