Scope of an automatic variable _______________
(a) Is actually the whole program
(b) Is actually never fixed
(c) Is always equal to the whole program execution
(d) Is actually function or block in which it is defined
The question was posed to me during an interview.
Question is from Automatic Variable topic in chapter Memory Allocation & Scope of Variable of Object Oriented Programming