InterviewSolution
Saved Bookmarks
| 1. |
Free lists are used in(a) static memory allocation(b) dynamic memory allocation(c) contagious allocations(d) are used for speeding up linked list operationsAsked question is from Free List in division Types of Lists of Data Structures & Algorithms II had been asked this question in an interview. |
|
Answer» RIGHT CHOICE is (B) DYNAMIC memory allocation For explanation: Their property is meant for dynamic allocations. |
|