what are formal parameters?
Answers
Answered by
3
The term parameter (sometimes calledformal parameter) is often used to refer to the variable as found in the function definition, while argument (sometimes called actual parameter) refers to the actual input supplied at function call.
Answered by
4
The term parameter sometimes called formal parameters is often used to refer to the variable as found in the function definition while argument refers to the actual input supplied at function call.
Similar questions