+ 2
When heap memory is used in any program?
3 Respostas
+ 1
Generally whenever you use dynamically allocated memory.
Primitive vars and predifined pointers and arrays are created inside the stack allocated memory.
0
and how to use dynamically allocated memory