πŸ“Š C++
Q. Which operator is used to access the member of a namespace?
  • (A) ->
  • (B) ::
  • (C) .
  • (D) &
πŸ’¬ Discuss
βœ… Correct Answer: (B) ::

Explanation: The scope resolution operator (::) is used to access members of a namespace in C++.

Explanation by: Gopal Sharma
The scope resolution operator (::) is used to access members of a namespace in C++.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
206
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Gopal Sharma
Publisher
πŸ“ˆ
80%
Success Rate