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

πŸ‘οΈ
145
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Shiva Ram
Publisher
πŸ“ˆ
95%
Success Rate