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