My primitive explanation of thou code so far

Hello fellow code learning folks
please read below for my humble explanations

Preprocessor directive - tells the compiler to check some stuff to use from some other place before the compiling of our program.

Main Function - Names all there this baby won’t run without it, the beginning and container.

Expression Statements - These bad boys allow you to express things like texts and your variables, an expression followed by a semicolon.

Declaration Statements - This is what you use when you have some things to decree like variables and what have you.

Return Statement - This is how you know you’re home free like, phew made it back with a 0 yo! The glorious ending!

Thanks and may the force be with you

Privacy & Terms