Share
parameters vs arguments
Question
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
What is the difference between parameters and arguments?
Answer ( 1 )
Parameters are used in the function definition
Arguments are the actual values passed to the function in its call.