Loading practice questions
It is necessary to return the object if it was passed by reference to a function.
Correct Answer: A — No, the changes are made automatically
Explanation:
Having the address being passed to the function, the changes are automatically made to the main function. In all the cases if the address is being used, the same memory location will be updated with new values.