InterviewSolution
Saved Bookmarks
| 1. |
Mention the storage classes names in C++. |
|
Answer» The following are storage classes supported in C++ auto, static, extern, register and mutable |
|