Computer Science, asked by Andrew135, 8 months ago

Hello.
My question is that= which system deallocates the memory space after the task has been completed.
I'll mark the best answer as brainliest

Answers

Answered by anjalidubey100285
5

Answer:

Hope it help you

stayhomestaysafe

plz mark my answer brainliest

Explanation:

Deallocation of memory by the Operating System (OS) is a way to free the Random Access Memory (RAM) of finished processes and allocate new ones.

@Shresthdubey

Answered by alibarmawer
2

Answer:

In C, the library function malloc is used to allocate a block of memory on the heap. The program accesses this block of memory via a pointer that malloc returns. When the memory is no longer needed, the pointer is passed to free which deallocates the memory so that it can be used for other purposes

hope it helps

Similar questions