Computer Science, asked by avan26, 8 months ago

what are the two types of parameters​

Answers

Answered by Anonymous
7

Please also put the language ur referring to.

Two types of parameters:

1. Value parameters : there are the parameters which get assigned with value of a same data type variable and this parameter don't change the value of the variable from value was assigned.

2. Reference parameters : These are the parameters which hold the memory address of other variable (i.e, value of the referenced variable is dependent on this variable )

Similar questions