Data Structure Questions and Answers – Free List
This set of Data Structure Multiple Choice Questions & Answers (MCQs) focuses on “Free List”. 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 operations 2. What are implicit and explicit implementations of freelists? a) garbage collection and new … Read more