Loading practice questions
When an object is returned by a function, a _______________ is automatically created to hold the return value.
Correct Answer: D — Temporary object
Explanation:
The temporary object is created. It holds the return value. The values gets assigned as required, and the temporary object gets destroyed.