Which storage class should be used for a variable that should be accessed quickly and frequently?
A. static
B. extern
C. register
D. auto
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