Vidyalelo
C Programming · Q8

Storage Class

Programming · C Programming · question 8

Q8

What is the maximum scope of a variable with 'static' storage class?

A.
File scope
Answer
B.
Function scope
C.
Block scope
D.
No scope (invalid)

Answer: Option A

Solution

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