- Functions
- Need for functions
- Types of functions
- Header files and Built-in functions
- Function Prototype
- Formal Parameters and Actual Parameters (Arguments)
- Default Arguments
- Constant Arguments
- Call by value vs Call by reference
- Inline Functions
- Recursion