Sunday, August 18, 2013

Passing the reference

Passing the reference
From a function, an address of the argument value is passed from the called function when transferring processing to another calling function . The called function argument becomes modified when operated and the function may get a different argument value back after return to the calling function . The argument value does not save on the stack on passing its reference.

No comments:

Post a Comment