Home » C++ Programming » Operators » Question
  1. Which of the following operators can’t be overloaded?
    1. [].
    2. +
    3. ::
    4. None of these
Correct Option: D

:: operator can’t be overloaded.



Your comments will be displayed only after manual approval.