Vidyalelo
C Programming · Q196

Function

Programming · C Programming · question 196

Q196

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

A.
4
B.
Compile time error
Answer
C.
0
D.
Undefined

Answer: Option B

Solution

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