Computer Science, asked by kareenaa09, 3 months ago

what do you mean by argument passing by reference method?​

Answers

Answered by pavankumar7893
0

Answer:

Pass by reference (also called pass by address) means to pass the reference of an argument in the calling function to the corresponding formal parameter of the called function so that a copy of the address of the actual parameter is made in memory, i.e. the caller and the callee use the same variable for the parameter

Answered by singhsakshi74705
0

Pass by reference (also called pass by address) means to pass the reference of an argument in the calling function to the corresponding formal parameter of the called function so that a copy of the address of the actual parameter is made in memory, i.e. the caller and the callee use the same variable for the parameter.

Hope it helpd✌️❤️

Thank Tou ❣️

Have a Great Day ❣️❤️❤️

Similar questions