Q. Which of the following operators cannot be overloaded in C++?
β
Correct Answer: (C)
::
Explanation: The '::' (scope resolution) operator cannot be overloaded in C++.