InterviewSolution
Saved Bookmarks
| 1. |
Memory management helps to track over all status of memory allocation |
|
Answer» ong>Answer: memory management keep TRACK of each and every memory location .regardless of EITHER it is allocated to some process or it is free. it check how much memory is to be allocated to process Explanation: |
|