Amongst following pairs, which combination is correct for dynamic memory allocation system?
1) Best Fit : Big holes
2) First Fit : Faster than Best and Worst Fit
3) Worst Fit : Small holes
4) None of the above
Answers
Answered by
0
I think option 3 is correct 3)worst fit : small holes
Answered by
0
Answer:
option -C worst fit : small holes
Explanation:
memory allocation system is a concept involved in memory management system of a computer.
this facalities to allocate memory whenever requested as well as delete whichever memory not in use allowing to effeciently use memory and prevent any wastage of memory . callog or contigous allocation method in C is used to dynamically allocate the specified number of blocks of the specified memory
FINAL ANSWER- option -3
Similar questions