cout

listen to the pronunciation of cout
İngilizce - İngilizce
In the C++ language, this is the name given to the standard output stream When a buffer of characters is sent to this stream, they will appear as output on the terminal the program was ran from
in C++ stream I/O, the standard output stream
Function which tells the system to output data to the standard-output stream (stdout), used with the insertion operator See also: cerr, cin