C++ Containers Question:

What is Automatic variable?

C++ Containers Interview Question
C++ Containers Interview Question

Answer:

Automatic variable, also called as local variable and it has scope only within the function block where it is defined.


Previous QuestionNext Question
What are storage classes?What are External variable?