I.
During function call
are copied into
arguments
arguments.
Answers
Answered by
1
Answer:
In call by value the values of variables are copied to the function arguments and in call by reference address of variables are sent to the function. In call by value any change in function argument can't change original variable and in call by reference it is not possible.
Similar questions