C Input and Output (I/O) - W3schools
Managing Input/Output. I/O operations are useful for a program to interact with users. stdlib is the standard C library for input-output operations. While dealing with input-output operations in C, two important streams play their role. These are: Standard Input (stdin) Standard Output (stdout)