1. Computer Science Engineering (CSE)
  2. CPP Programming
  3. Which of the following operators cannot ...
Q.

Which of the following operators 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. All of the above
View all MCQs in:   CPP Programming

Discussion