Q. Which of the following operators should be preferred to overload as a global function rather than a member method? (Solved)
1. Postfix ++
2. Comparison Operator
3. Insertion Operator <<
4. Prefix++
- c. Insertion Operator <<
1. Postfix ++
2. Comparison Operator
3. Insertion Operator <<
4. Prefix++