Vidyalelo
C Programming · Q78

Function

Programming · C Programming · question 78

Q78

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

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

Answer: Option D

Solution

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