In which storage class is the variable's storage duration limited to the function where it's declared?
A. extern
B. static
C. auto
D. register
Answer: Option C
Related Questions on Storage Class
What is the primary purpose of the 'static' storage class?
A. Extend scope
B. Preserve value
C. Allocate memory
D. Register access

Join The Discussion