Explain the dynamic memory management functions with suitable examples
Answers
Answered by
2
Answer:
Dynamic memory allocation is when an executing program requests that the operating system give it a block of main memory. The program then uses this memory for some purpose. Usually the purpose is to add a node to a data structure. ... Programs may request memory and may also return previously dynamically allocated memory.
Answered by
0
Answer:
Dynamic Memory Allocation can be defined as a procedure in which the size of a data structure (like Array) is changed during the runtime.
Explanation:
HOPE IT HELPS YOU..
MARK ME AS BRAINLEIST...
Similar questions