Mention the Storage Classes in C++.
Storage class determines the life or scope of symbols such as variables or functions.
C++ supports the following storage classes:
- Auto
- Static
- Extern
- Register
- Mutable
