- Preprocessor Directive: This is the directive function that controls the whole programming environment which is the beginning of code.
- Main Function: This is the start of the code without it then no code will work.
- Expression Statement: This is a statement that expresses line of code to bring a meaning to what your trying to explain in your code.
- Declaration Statement: This is to declare the expression statement by giving an output to your code.
- Return Statement: This is a statement that gives an output that returns a value.
Privacy & Terms