Q24
What happens when you declare a variable with the 'extern' storage class in a C source file?
A.
It becomes a global variable
AnswerB.
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