Q:

What Is “Call By Reference” In Python?

0

What Is “Call By Reference” In Python?

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

Answer:

In, call by reference, the argument variable supplied by the caller can be affected by actions within the called function. It means if you change what a parameter refers to within a function, the change also reflects back in the calling function.

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Python Interview Questions and Answers

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
How are arguments passed by value or by reference ... >>
<< What is “Call By Value” in Python?...