Explain These! (Explanation of current code categories)

I have NO IDEA!

Expression and Declaration Statements are pretty self explanatory I think. I don’t need to explain them anymore. Anyone who is at this stage knows what we just did with those. They are the commands which result in something on screen.

The other ones are, I’m guessing, are for categorization.

Preprocessor Directive is like the header to an article. In this case it is saying include this in the input output stream. Maybe there are other pieces of code that you don’t want included. There’s behind the scenes code that you still need executed but don’t want it to show up in the textbox.

Then the Main Function and the Return Statement are the spaces before and after a paragraph. I would guess that those are just to keep the series of Statements separate from other Statements that may come before or after. In this case, int main is applying the word main to this set of Statements. Return 0… I’m really not sure what or why. Besides it just capping off the paragraph…

No idea, teach me next please

Privacy & Terms