- A function prototype - describes the structure of the function to the compiler.
- A function call - passes program control to the function.
- A function header - begins the program code of the function.
Function Prototype
A prototype shows the name of the function