20 - Parameters
Function parameters are declared the same way as variables, and the name of unused parameters can be omitted. Function parameters can be used as any other local variable and they can also be assigned to.
- Function Parameters
- Declared: As Variables
- Used/Assigned: Local Variables
- Caller -> Arguments
- Callee -> Parameters