Vidyalelo
C Programming · Q218

Function

Programming · C Programming · question 218

Q218

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

A.
Nothing
B.
0
C.
Compile time error
Answer
D.
Junkvalue

Answer: Option C

Solution

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