0 votes
in C Plus Plus by

What is a Storage Class? Mention the Storage Classes in C++.

1 Answer

0 votes
by
Storage class determines the life or scope of symbols such as variable or functions.

C++ supports the following storage classes:

Auto

Static

Extern

Register

Mutable

Related questions

+2 votes
asked Jun 19, 2019 in C Plus Plus by anonymous
+2 votes
+1 vote
asked Jul 16, 2019 in C Plus Plus by Indian
+1 vote
+2 votes
asked Jun 19, 2019 in C Plus Plus by anonymous
0 votes
asked Jan 24, 2021 in JAVA by rajeshsharma
...