Question

Which statement is false?
a) A static local variable exists for the duration of the program.
b) A static local variable is visible only in the control structure in which it is defined.
c) A static local array is not created and destroyed each time the function is entered and exited, respectively.
d) Arrays that are defined static are automatically initialized once at compile time.

Answer

This answer is hidden. It contains 3 characters.