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

What are storage classes?

Tweet Share WhatsApp

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 PDF Read All 19 C++ Containers Questions
Previous QuestionNext Question
Tell us what you know about Iterator class?What is Automatic variable?