formal argument
In a function definition, the variable in the argument list that serves as a
place holder for an actual argument. The argument list determines the number and
data types of the functions arguments. In the function call, the actual
argument sends the value to the function.
See also actual argument, calling routine, function call, formal argument.