stdin macro — Standard input file
FILE* stdin
The stdin macro is a standard file used for reading from the program's standard input device. stdin is fully buffered if the standard input is not an interactive device.
stdin
cin in <iostream>
cin
<iostream>