1.

When is the memory allocated for an object gets free?

A. At termination of program
B. When object goes out of scope
C. When main function ends
D. When system restarts
Answer» C. When main function ends


Discussion

No Comment Found