C++ Containers Question: Download C++ Containers PDF

What are External variable?

Tweet Share WhatsApp

Answer:

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.

Download C++ Containers PDF Read All 19 C++ Containers Questions
Previous QuestionNext Question
What is Automatic variable?What are static automatic variables?