Attempt at explaining "These"

Preprocessor directive
Makes available some predefined code that can be used in the file
without being defined in the file itself.

Main function
The first function that runs.

Expression statements
A process such as updating a variable, doing simple math,
outputting data to the console, and probably more things that I haven’t learned about yet.

Declaration statements
declaring and initializing variables.

Return statements
Is the output of a function.

1 Like

Privacy & Terms