What's the meaning of Cout? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

What's the meaning of Cout?

can you elaborate please the mean and function of cout

26th Apr 2018, 9:00 AM
Ubed Ullah
Ubed Ullah - avatar
6 Antworten
0
cout (stands for "character output") is a global object associated to standard output stream (normally visualized to console) used for standard text output
26th Apr 2018, 10:11 AM
KrOW
KrOW - avatar
+ 2
it is used for printing statements and it's syntax is cout<<"statements.....";
26th Apr 2018, 10:38 AM
Pragati Mahajan
Pragati Mahajan - avatar
+ 1
ConsoleOut
26th Apr 2018, 9:37 AM
Alihuseyn Kengerli
Alihuseyn Kengerli - avatar
+ 1
Really? Can you tell me an example? I dont know this
26th Apr 2018, 10:18 AM
KrOW
KrOW - avatar
+ 1
cout is used to print the output on screen
8th May 2018, 2:08 PM
Shivani Sharma
Shivani Sharma - avatar
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
26th Apr 2018, 10:44 AM
KrOW
KrOW - avatar