Definitions for "Cout"
Keywords:  ran, stream, output, buffer, standard
is the standard output stream in C++. Back
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.