C++ Programming - OOPS Concepts - Discussion

Discussion Forum : OOPS Concepts - General Questions (Q.No. 25)
25.
Which of the following operator is overloaded for object cout?
>>
<<
+
=
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
13 comments Page 2 of 2.

Karthikeyan said:   9 years ago
We use extraction operator (<<) for the object (cout) of output stream. So this is the operator that gets used. Hence the answer is <<.

Sukhveer's said:   8 years ago
It's << insertion not extraction operator @Karthikeyan.

Fuad said:   7 years ago
What is means by cout? Please explain.


Post your comments here:

Your comments will be displayed after verification.