Computer Science, asked by saonijain7877, 2 months ago

What do you mean by arguments in a function?

Answers

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