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 1 of 2.

Anju kumari said:   5 years ago
The cout is an object of ofstream.
(1)

Khusboo said:   1 decade ago
Is cout an object?

Manisha said:   1 decade ago
Yes, cout is an object.

It is the object of ostream class.

Bhavani said:   1 decade ago
cout is an output stream operator.

Pooja Sawant said:   1 decade ago
<< is operator for object cout.

Suman said:   1 decade ago
I hope cout is an operator.

Jaswant Meena said:   1 decade ago
cout is an object of iostream (input output stream) and << a method of cout object.

PAWAN KUMAR RAM said:   1 decade ago
Yes, cout is object of iostream library used << (insertion or put to) operator.

Deepu kumar said:   1 decade ago
I hope cout is an object of iostream (input output stream) and << a method of cout object.

Hemant said:   1 decade ago
We use >> in cin and << use in cout.


Post your comments here:

Your comments will be displayed after verification.