Vidyalelo
C Programming · Q172

Function

Programming · C Programming · question 172

Q172

What will be the x in the following C code? #include void main() int x;

A.
automatic variable
Answer
B.
static variable
C.
register variable
D.
global variable

Answer: Option A

Solution

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