Q132
What will be the output of the following C code? #include void main() static int x; printf("x is %d", x);
A.
0
AnswerB.
1
C.
Junk value
D.
Run time error
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board