Wednesday, 18 November 2015

call by refrence


 1 In call by refrence when a functionis called the address of actual parameters are pasased to the formal parameters.
 2 The change in formal parameters in the function will affect the actual parameter in the calling function

No comments:

Post a Comment