stdio. h is a C header file that provides C declarations and macro definitions that can be shared across many files. The printf() and scanf() functions are part of the stdio. h standard input/output function.
The acronym STDIO stands for Standard Input-Output. It features various built-in functions, such as int printf() and scanf(). CONIO stands for Console Input-Output and includes functions such as clrscr(), getch(), and others.