Multiple choice

What is the notation of scope resolution operator?

  1. :

  2. *

  3. ::

  4. None of the above

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Scope resolution operator is represented by :: . Hence, this is the correct answer.