Home »
MCQs »
C++ MCQs
Which of the following operator is known as Scope Resolution Operator?
53. Which of the following operator is known as Scope Resolution Operator?
- ::
- ?:
- ->
- .
Answer: A) ::
Explanation:
In C++, the operator '::' is known as the Scope Resolution operator.