• Courses
  • Tutorials
  • Jobs
  • Practice
  • Contests

C++ Operator Overloading

Question 11

Which of the following operators cannot be overloaded?

  • . (Member Access or Dot operator)
  • ?: (Ternary or Conditional Operator )
  • :: (Scope Resolution Operator)
  • .* (Pointer-to-member Operator )
  • All of the above

There are 11 questions to complete.

Last Updated :
Take a part in the ongoing discussion