The standard streams are preconnected input and output channels between a computer program and its environment (typically a
text terminal) when it begins execution. These standard connections are provided in
Unix and
Unix-like operating systems,
C and
C++ runtime environments, and their successors. The three
I/O connections are called standard input, standard output and standard error.
See more at Wikipedia.org...