C++ Containers Question:
Download Questions PDF

What are External variable?

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 Interview Questions And Answers PDF

Previous QuestionNext Question
What is Automatic variable?What are static automatic variables?