is call by refrence and call by value is same or what is the difference between them?
Hi friend
No both are diff.In Call by reference the value of the calling program is affected when their is a change in called program.Where is their is no effect on calling program variable in calse of call by value.
Thanks