0
What's the meaning of Cout?
can you elaborate please the mean and function of cout
11 Answers
0
cout (stands for "character output") is a global object associated to standard output stream (normally visualized to console) used for standard text output
+ 2
it is used for printing statements and it's syntax is
cout<<"statements.....";
+ 1
ConsoleOut
+ 1
Really? Can you tell me an example? I dont know this
+ 1
cout is used to print the output on screen
0
I have forget 's' for characters in my first answer but only they go to stream
EDIT: by creator language it mean "character output" http://www.stroustrup.com/bs_faq2.html#cout