C++ Containers Question:
Download Job Interview Questions and Answers PDF
What is Automatic variable?
Answer:
Automatic variable, also called as local variable and it has scope only within the function block where it is defined.
Download C++ Containers Interview Questions And Answers
PDF
Previous Question | Next Question |
What are storage classes? | What are External variable? |