stderr macro — Standard error file
FILE* stderr
The stderr macro is a standard file, suitable for printing error messages. Its buffering is implementation-defined: either unbuffered or line buffered.
stderr
cerr in <iostream> , clog in <iostream>
cerr
<iostream>
clog