Differences between call by reference and paas by value function calling
Answers
Answered by
20
Answer:
In call by value, a copy of actual arguments is passed to formal arguments of the called function and any change made to the formal arguments in the called function have no effect on the values of actual arguments in the calling function
Similar questions