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

Which of the following operators should be preferred to overload as a global function rather than a member method?

A. Postfix ++
B. Comparison Operator
C. Insertion Operator <<
D. Prefix++
Answer» C. Insertion Operator <<
View all MCQs in:   CPP Programming

Discussion