Why include the stdio.h header in a C program that calls printf() and scanf()?
stdio.h
printf()
scanf()
The header automatically allocates every user-input variable.
The header replaces GCC and directly emits the executable binary.
The header executes main() before the program is compiled.
main()
The header provides the standard input/output function declarations used by the program.