C++ | Operator Overloading | Question 2ReadDiscussCoursesPracticeImprove Article ImproveSave Article SaveLike Article LikeWhich of the following operators cannot be overloaded(A) . (Member Access or Dot operator)(B) ?: (Ternary or Conditional Operator )(C) :: (Scope Resolution Operator)(D) .* (Pointer-to-member Operator )(E) All of the aboveAnswer: (E)Explanation: See What are the operators that cannot be overloaded in C++?Quiz of this QuestionLast Updated : 28 Jun, 2021Like Article Save Article Please Login to comment...