The static variables of a function ________________
(a) Are also automatic variables
(b) Are not automatic variables
(c) Are made automatic by default
(d) Can be made automatic explicitly
This question was posed to me in final exam.
My doubt stems from Automatic Variable topic in division Memory Allocation & Scope of Variable of Object Oriented Programming