Which storage class is used to define variables that are not initialized to any default value?
A. auto
B. static
C. extern
D. register
Answer: Option A
A. auto
B. static
C. extern
D. register
Answer: Option A
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