

MCQOPTIONS
Saved Bookmarks
1. |
Assume there is a free list which contains nodes and is filled with a value if it is already assigned and the value will be the size of requested block else will be 0. The below code represents what ? |
A. | code for first fit |
B. | code for best fit |
C. | code for worst fit |
D. | none of the mentioned |
Answer» B. code for best fit | |