Answer
A formal parameter is an identifier within a function. It serves as a place
holder for the value, the actual parameter, that is passed to the function when the function is called.
Work Step by Step
A formal parameter is an identifier within a function. It serves as a place
holder for the value, the actual parameter, that is passed to the function when the function is called.