Dynamic memory | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 1

Dynamic memory

Why we use exactly dynamic memory?

22nd Dec 2016, 10:27 PM
Xara
Xara - avatar
1 Antwort
+ 1
You use dynamic memory to manually determine how much memory you want to allocate, when to allocate it and when to free it. It gives you more control and less gap between you and your hardware, in contrast to static memory allocation where the memory is allocated for your variables when the program starts.
23rd Dec 2016, 1:07 AM
Yuval Keren
Yuval Keren - avatar