1.

Orphaned memory blocks are undesirable. How can they be avoidedORDiscuss problems created by memory leaks.

Answer»

Proper use of delete operator is heeded

OR 

(1) It causes orphaned memory blocks 

(2) wastage of memory 

(3) insufficient memory 

(4) due to this sometimes system may be hanged



Discussion

No Comment Found