An
argument in context with functions is the actual value that is passed to the function ( as input) ,when it is called. However
parameter refers to the variables that are used in the function declaration/definition to represent those
arguments that were send to the function during the function call.
read more >>