About this document
Call by Value vs Call by Reference by Raju Rastogi is a document available to read on EtoBox.
There are two ways to pass arguments to a function: call by value and call by reference. In call by value, the value is copied and changes to the parameter do not affect the original argument. In call by reference, the address is passed so changes to the parameter also change the original argument. The document provides examples to demonstrate the difference between call by value and call by reference.
- Author
- Raju Rastogi
- Language
- EN