❤what is dynamicemory allocation with example❓ pimcmhmxgi
Answers
Answered by
0
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.
Similar questions