Untitled Note
By: Anonymous2/3/20222 views Public Note
The include is a preprocessor command that tells the compiler to include the contents of stdio.h (standard input and output) file in the program.
The return 0; statement is the "Exit status" of the program. In simple terms, the program ends with this statement.