Mention the Storage Classes in C++.

bookmark

 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