difference between formal paremeter and actual parameters
Answers
Answered by
1
The formal parameter is what is given in thefunction declaration/definition/prototype, while the actual argument is what is passed when calling the function — an instance of a formal parameter, if you will.
Similar questions