What are these statements?

Preprocessor Directive: is to load a bunch of libraries/functions which we need to use in our application.
Main Function: is the application.
Expression Statements: are the purpose of the application.
Declaration Statements: are the register variables in the memory that we need them to do some calculation.
Return Statement: return how the function did its job.

Privacy & Terms