Q. Which of the following operators cannot be overloaded in C++?

  • (A) +
  • (B) =
  • (C) ::
  • (D) []
πŸ’¬ Discuss
βœ… Correct Answer: (C) ::
Explanation: The '::' (scope resolution) operator cannot be overloaded in C++.
Explanation by: Shiva Ram
The '::' (scope resolution) operator cannot be overloaded in C++.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
128
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Shiva Ram
Publisher
πŸ“ˆ
97%
Success Rate