What is the difference between Parameter and input?
Hi,
They are almost the same
Parameters are the value inputs during function declaration. Arguments are the actual values of the parameters during function call
What is the difference between Parameter and input?
Hi,
They are almost the same
Parameters are the value inputs during function declaration. Arguments are the actual values of the parameters during function call