Computer Science, asked by ridhiwi50, 1 year ago

difference between formal paremeter and actual parameters

Answers

Answered by khab2003
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