Loading practice questions
If an object is passed by reference, the changes made in the function ___________
Correct Answer: C — Are reflected to the main object of caller function too
Explanation:
When an object is passed by reference, its address is passed implicitly. This will make changes to the main function whenever any modification is done.