stdout macro — Standard output file
FILE* stdout
The stdout macro is a standard file used to print to the program's standard output device. stdout is fully buffered if the standard output is not an interactive device.
stdout
cout in <iostream>
cout
<iostream>