What do you mean by arguments in a function?
Answers
Answered by
1
Answer
actual parameter
The term parameter (sometimes called formal 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.
Similar questions