Vidyalelo
C Programming · Q24

Storage Class

Programming · C Programming · question 24

Q24

What happens when you declare a variable with the 'extern' storage class in a C source file?

A.
It becomes a global variable
Answer
B.
It becomes a constant
C.
It cannot be accessed by other files
D.
It becomes a local variable

Answer: Option A

Solution

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