Passing the value
From a function, a value is transferred to another function but the same value is reassigned to the original function after return from the called function. Before passing argument value save on a stack and retrieves back on return from the function.
From a function, a value is transferred to another function but the same value is reassigned to the original function after return from the called function. Before passing argument value save on a stack and retrieves back on return from the function.
No comments:
Post a Comment