Why should a C program that calls printf() include the stdio.h header?
printf()
stdio.h
It defines the program's main() function.
main()
It runs GCC when the program starts.
It provides the declaration for printf().
It automatically adds a newline to every string.