InterviewSolution
Saved Bookmarks
| 1. |
Linked list is considered as an example of ___________ type of memory allocation.(a) Dynamic(b) Static(c) Compile time(d) HeapQuery is from Singly Linked List Operations in section Abstract Data Types of Data Structures & Algorithms IThis question was addressed to me in a job interview. |
|
Answer» RIGHT choice is (a) Dynamic Best EXPLANATION: As memory is ALLOCATED at the run TIME. |
|