Why temporary object is not created in return by reference?
- Because compiler can’t create temporary objects
- Because the temporary object is created within the function
- Because return by reference just make the objects points to values memory location
- Because return by reference just make the object point to null
(c).Because return by reference just make the objects points to values memory location
need an explanation for this answer? contact us directly to get an explanation for this answer