Answers

Question and Answer:

  Home  C++ Containers

⟩ What are static automatic variables?

The static automatic variables, as with local variables, are accessible only within the function in which it is defined. Static automatic variables exist until the program ends in the same manner as external variables. In order to maintain value between function calls, the static variable takes its presence.

 181 views

More Questions for you: