Vidyalelo
C Programming · Q167

Function

Programming · C Programming · question 167

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
Answer
C.
Run time error
D.
Nothing

Answer: Option B

Solution

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