English, asked by sshaliniSenthilKumar, 1 month ago

write a note on parameter with type?​

Answers

Answered by atulsahu035
0

Answer:

Parameters are the variables in a function definition and arguments are the values which are passed to a function definition. In the above function definition variable 'b' is the parameter and the value which is passed to the variable 'b' is the argument.

Similar questions