Vidyalelo
C Programming · Q191

Function

Programming · C Programming · question 191

Q191

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

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

Answer: Option D

Solution

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