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

Explain me the storage classes names in C++?

Tweet Share WhatsApp

Answer:

The following are storage classes supported in C++

☛ auto,
☛ static,
☛ extern,
☛ register and
☛ mutable

Download C++ Programmer PDF Read All 59 C++ Programmer Questions
Previous QuestionNext Question
Tell me the default standard streams in C++?Tell me the types of inheritance supported in C++?