Vidyalelo
C Programming · Q54

Function

Programming · C Programming · question 54

Q54

What will be the output of the following C code? #include int x; void main() printf("%d", x);

A.
Junk value
B.
Run time error
C.
0
Answer
D.
Undefined

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board