Computer Science, asked by Nathiya1319, 10 months ago

Why are actual parameter also knows as arguments?

Answers

Answered by PSN03
2

The basic difference between a parameter and an argument is that

a parameter is the value passed to it while defining the function (for example)  whereas the values passed while using the function or calling the function is called as argument.

Since while defining the function we pass the actual values which are in a sense parameter therefore they are also called arguments.

Hope this helps

Similar questions