What is heap memory? Is it different than static one | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

What is heap memory? Is it different than static one

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