C++ Programming - OOPS Concepts - Discussion

Discussion Forum : OOPS Concepts - General Questions (Q.No. 12)
12.
cout is a/an __________ .
operator
function
object
macro
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
52 comments Page 6 of 6.

Suman.k said:   1 decade ago
Cout is stream extraction operator
It is predefined and the header file is iostream.h

Rohit said:   1 decade ago
Can anyone tell why cout is an object?


Post your comments here:

Your comments will be displayed after verification.