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
AnswerD.
Undefined
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board