ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
When an object is returned by a function, a _______________ is automatically created to hold the return value.
Correct Answer: D — Temporary object
The temporary object is created. It holds the return value. The values gets assigned as required, and the temporary object gets destroyed.