Q. Which operator is used to access the member of a namespace?
β
Correct Answer: (B)
::
Explanation: The scope resolution operator (::) is used to access members of a namespace in C++.