In pass by refrence ,the callee recieves the address and makes a copy of the address of an argument of an argument into the formal parameter.callee function uses the address to acess the actual argument to do some manipulation .if the callee function changes the value addressed at the passed address it will be visible to the caller function as well.
Ashifa Asked question June 23, 2023
