What Is “Call By Reference” In Python?
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.
total answers (1)
start bookmarking useful questions and collections and save it into your own study-lists, login now to start creating your own collections.
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