Where the temporary objects (created while return by value) are created?
Where the temporary objects (created while return by value) are created? Correct Answer Within the function
The temporary object are created within the function and are intended to return the value for specific use. Either the object can be assigned to another object or be used directly if possible.