InterviewSolution
Saved Bookmarks
| 1. |
The linked list formed by the deleted records is called as ______(a) Delete list(b) Free list(c) Null list(d) Non-existent list |
|
Answer» The correct choice is (b) Free list Easy explanation: As the addresses can be thought of as pointers, the deleted records thus form a linked list. The linked list formed by the deleted records is called as a free list. |
|