Question

Which of the following is not true of static local variables?
(a) They"re accessible outside of the function in which they are defined.
(b) They retain their values when the function is exited.
(c) They"re initialized to zero if not explicitly initialized by the programmer.
(d) They can be pointers.

Answer

This answer is hidden. It contains 3 characters.