Computer Science, asked by Anonymous, 9 months ago

Explain Call by Value and Call by Reference?
With Suitable Example !

Subject : Computer Science

50 points (:​

Answers

Answered by llxdevilgirlxll
3

Hyy Dude

call by value call by reference

call by value call by referenceChanges made to the parameter inside the function have no effect on the argument. Changes made to the parameter affect the argument. Because address is used to access the actual argument.

May this helps you

Plz marked in brainlest answer

Answered by Dheerajsingh4141
3

Answer:

Difference between call by value and call by reference.

call by value call by reference

Changes made to the parameter inside the function have no effect on the argument. Changes made to the parameter affect the argument. Because address is used to access the actual argument

Similar questions