C++ Containers Question:
Download Questions PDF

What are storage classes?

Answer:

Storage class defined for a variable determines the accessibility and longevity of the variable. The accessibility of the variable relates to the portion of the program that has access to the variable. The longevity of the variable refers to the length of time the variable exists within the program.

Download C++ Containers Interview Questions And Answers PDF

Previous QuestionNext Question
Tell us what you know about Iterator class?What is Automatic variable?