Home »
MCQs »
C++ MCQs
Which of the following symbol is used to define member functions outside the class?
169. Which of the following symbol is used to define member functions outside the class?
- Colon.
- Semicolon.
- Scope Resolution operator.
- None of the above
Answer: C) Scope Resolution operator.
Explanation:
The scope resolution operator ( :: ) symbol is used to define member functions outside the class.