Explanation

The Preprocessor Directive is to tell the compiler what to include / expect in this program.

The Main Function is where the code is what is executed at run time.

The Expression Statements give the user information he/her can understand.

The Declaration Statements tell the compiler what to do.

And The Return statement gives back all memory that has been used in said function after it is over.

Privacy & Terms