What storage class is typically used for function definitions in header files?
A. extern
B. static
C. auto
D. register
Answer: Option A
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