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
AnswerC.
Compile time error
D.
Nothing
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board