Computer Science, asked by nishantkumarrcm001, 10 months ago

what
is differences between argument and parameters​

Answers

Answered by sayyedtaj1970
13

Explanation:

A parameter is a variable in a method definition. When a method is called, the arguments are the data you pass into the method's parameters. Parameter is variable in the declaration of function. Argument is the actual value of this variable that gets passed to function.

Hope it helpful to you

PLEASE MARK ME BRAINLIST

Answered by anindyasaha06
4

Answer:A parameter is a variable in a method definition. When a method is called, the arguments are the data you pass into the method's parameters. Parameter is variable in the declaration of function. Argument is the actual value of this variable that gets passed to function.

Explanation:

Similar questions