InterviewSolution
Saved Bookmarks
| 1. |
What are implicit and explicit implementations of freelists?(a) garbage collection and new or malloc operators respectively(b) new or malloc and garbage collection respectively(c) implicit implementation is not favored(d) explicit implementation is not favoredMy question is based upon Free List in section Types of Lists of Data Structures & Algorithms IThis question was addressed to me in exam. |
|
Answer» The CORRECT ANSWER is (a) GARBAGE collection and new or MALLOC operators respectively |
|