InterviewSolution
Saved Bookmarks
| 1. |
What is garbage?(a) Unallocated storage(b) Allocated storage whose access paths are destroyed?(c) Allocated storage(d) Uninitialized storageThe question was asked in a national level competition.Query is from Handle of Right sentinel Grammar topic in division Bottom Up Parsing of Compiler |
|
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. |
|