ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
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
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.