Explaining Code

Okay so this what I believe what each piece of code does.
Preprocessor Directive - This calls libraries for use in are code
Main Function - This is were all the code is called run and returns 0 to say the program ran fine and and didn’t run into any errors
Declaration Statements Statements - This is where variables are created and set
Expression Statement - This is code that is followed by a semicolon and is instructing the program on what to do

How accurate am I?

Explains the code
The Preprocessor Directive - is a liberary for use in a code

Main function - are the function that run all the code and return 0 to say the program is running fine and didn’t run into errors

Declration statements- where variables are creted set

expression statment- is a code when end with a semicolon

Privacy & Terms