Why does the Hello World program include stdio.h?
stdio.h
It provides declarations for standard input/output functions such as printf().
printf()
It converts the source file directly into an executable.
It tells the operating system where main() begins.
main()
It sends the program's success status back to the system.