What is heap memory? Is it different than static one | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 3

What is heap memory? Is it different than static one

3rd Oct 2019, 9:32 AM
Keyur Chaudhari
Keyur Chaudhari - avatar
1 Antwort
+ 6
Heap memory is used for dynamic allocation. Statically allocated memory resides in the stack.
3rd Oct 2019, 10:01 AM
Sonic
Sonic - avatar