Home »
MCQs »
C++ MCQs
Which of the following is the default storage class in C++?
66. Which of the following is the default storage class in C++?
- auto
- extern
- register
- static
Answer: A) auto
Explanation:
The "auto" is the default storage class in C++.