how functions is getting run in call stack when pass by refernce is done
plz explaini
Pass by refernce using pointers
@Bhavit_Singla Functions run the similar way. The difference in pass by reference is that a separate copy of the parameters for the function is not created. There is only one copy of the parameters in pass by reference, so changes made in it in the function would be reflected in the main.
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.