Computer Science, asked by marybrempoma, 10 months ago

under what circumstances do we use call by references parameter

Answers

Answered by rk84678010
0

Answer:

The call by reference method of passing arguments to a function copies the reference of an argument into the formal parameter. Inside the function, the reference is used to access the actual argument used in the call. This means that changes made to the parameter affect the passed argument.

Answered by MissBrainlyPrincess
3

ANSWER

The call by reference method of passing arguments to a function copies the reference of an argument into the formal parameter. Inside the function, the reference is used to access the actual argument used in the call. This means that changes made to the parameter affect the passed argument.

Similar questions