InterviewSolution
Saved Bookmarks
| 1. |
What is garbage?(a) Unallocated storage(b) Allocated storage whose access paths are destroyed?(c) Allocated storage(d) Uninitialized storage |
|
Answer» Correct option is (b) Allocated storage whose access paths are destroyed? For explanation I would say: These are more like memory loacations with values whose pointers have been revoked. |
|