Computer Science, asked by rupamkarmakar1238, 5 months ago

what do you mean by
call by reference​

Answers

Answered by sandeepthetourist
1

Answer:

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

jai hind

please follow m

Answered by sdilkash123
2

Answer:

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

Similar questions