C++ Programmer Question: Download C++ Programmer PDF

Explain what do you mean by storage classes?

Tweet Share WhatsApp

Answer:

Storage class are used to specify the visibility/scope and life time of symbols(functions and variables). That means, storage classes specify where all a variable or function can be accessed and till what time those variables will be available during the execution of program.

Download C++ Programmer PDF Read All 59 C++ Programmer Questions
Previous QuestionNext Question
Tell us what is the use of volatile keyword in c++? Give an example?Tell me is it possible to get the source code back from binary file?