1.

What is call by reference method of function call?

Answer»

Pass by reference or call by reference is the method by which the addresses of the actual arguments are passed to the called function.



Discussion

No Comment Found