Q172
What will be the x in the following C code? #include void main() int x;
A.
automatic variable
AnswerB.
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