Answers

Question and Answer:

  Home  C++ Containers

⟩ What are External variable?

External variable are defined outside any function and memory is set aside for this type of variable once it is declared and remained until the end of the program. These variables are also called global variables.

 216 views

More Questions for you: