Vidyalelo
C Programming · Q132

Function

Programming · C Programming · question 132

Q132

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

A.
0
Answer
B.
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