Explain your code

In preprocessor directive we import from libraries the modules that we need.
In main() function we write all the logic of our program.
In declaration statements we declare our variables.
In expression statements we tell our compiler to return the statements we added.
Return statement point to compiler where the program should stop to run.

1 Like

Privacy & Terms