Vidyalelo
C Programming · Q127

Function

Programming · C Programming · question 127

Q127

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

A.
0
B.
Junk value
Answer
C.
Compile time error
D.
Nothing

Answer: Option B

Solution

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