what the difference between parameters and parameter
Answers
Answered by
0
Parameters is plural and parameter is singular.
Answered by
1
Answer:
A parameter is a named variable passed into a function. ... Function parameters are the names listed in the function's definition. Function arguments are the real values passed to the function. Parameters are initialized to the values of the arguments supplied.
Similar questions