Parts of Code

The #preprocessor directive instructs the compiler to include a library at the start of our code

The main function [int main ()] tells the compiler where the main chunk of our code begins

The expression statements contain expressions that the compiler will print out, and always end with a semicolon

Declaration statements are used to declare something, such as the value of a variable

Privacy & Terms