Computer Science, asked by Adityadg03, 10 months ago

Write the difference between call by value and call by reference.

Answers

Answered by pnissintha
7

Answer:

In Call by value method original value is not modified whereas, in Call by reference method, the original value is modified. In Call by value, a copy of the variable is passed whereas in Call by reference, a variable itself is passed.

Explanation:

hope it helps

Similar questions