Computer Science, asked by cdmrassika, 7 months ago

what arr called parameters and write a note on 1.parameters without type ,parameters with type.explain in detail​

Answers

Answered by Anonymous
9

*The term parameter (sometimes called formal parameter) is often used to refer to the variable as found in the function definition, while argument (sometimes called actual parameter) refers to the actual input supplied at function call.

1.A parameter is a variable in a method definition. When a method is called, thearguments 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 helps...

Follow me

Mark as brainliest

❤ My answers

Similar questions