what do you mean by the term dynamic allocation
Answers
Answered by
0
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. ... The memory comes from above the static part of the data segment.
Similar questions