True/False
Overloaded operator <<,when used as an output,returns an ostream& to allow chains of output statements,and similarly the overloaded operator >> returns an istream&
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q21: An operator overloading is essentially a function
Q22: Overloading an operator cannot change the precedence
Q23: A class can have friends that are
Q24: When an operator is overloaded as a
Q25: An overloaded operator[] must be a non-static
Q26: Why have we not needed to overload
Q27: You can change the behavior of +
Q29: Overloading a binary operator as a member
Q30: What objections to the use of friend
Q31: Show how to overload the operators