Open In App

ISRO | ISRO CS 2017 – May | Question 41

Which of the following operator(s) cannot be overloaded?
(A) . (Member Access or Dot operator)
(B) ?: (Ternary or Conditional Operator )
(C) :: (Scope Resolution Operator)
(D) All of the above

Answer: (D)
Explanation: Refer: What are the operators that can be and cannot be overloaded in C++?
Quiz of this Question

Article Tags :