

MCQOPTIONS
Saved Bookmarks
1. |
Why temporary object is not created in return by reference? |
A. | Because compiler can’t create temporary objects |
B. | Because the temporary object is created within the function |
C. | Because return by reference just make the objects points to values memory location |
D. | Because return by reference just make the object point to null |
Answer» D. Because return by reference just make the object point to null | |