Storage Classes in C++ Programming

Storage classes in c++ determine the scope and lifetime of variables.

Storage Classes Variables tells you where to store them.

for eg. CPU, Register

This class is not a class of “C ++”. This is a concept derived from the “C” language, in which it is decided which data is being stored and how it is being used.

By using the Concept of Storage class, we decide which type of Variable we need in our program and what type of Variable we create to store the value in Memory.

INDEX –

Types of Storage Classes
Automatic Storage Class
External Storage Class
Register Storage Class
Static Storage Class
Mutable Storage Class