0
What is cout please answer.me
Please tell me what is cout
3 Answers
+ 5
It outputs data, technically "Standard output". An example is ( cout << "I'm a string." ) It's included in the c++ tutorial on here I suggest you try them.
+ 1
cout is "Console OUTput" that is all
0
It's actually an ostream object, which has overloaded << operator.