What is the difference between arguments and parameters?
Answer:
Parameter |
Arguments |
A parameter is a variable defined by a function which receives a value when the function is invoked. |
An argument is a value that is passed to a function when it is invoked. |