Let Us C Solutions, chapter 12, Console Input/Output. The console is a software program from where a user can perform operations by typing commands. Like terminal in Linux, command prompt in Windows, and so on.
This chapter deals with the input-output operations in the console. printf, scanf, getchar etc. all are the console input-output functions imported from the library stdio.h.