Home »
MCQs »
C++ MCQs
Which of the following symbol is used at the end of the class definition?
167. Which of the following symbol is used at the end of the class definition?
- Colon.
- Semicolon.
- Scope Resolution operator.
- None of the above
Answer: B) Semicolon.
Explanation:
The semicolon ( ; ) symbol is used at the end of the class definition.