What is heap memory in depth ?
what is heap space
heap memory --> dynamic memory which is alternative to local stack memory.
A local stack memory is created whenever we are lets say calling a function at that time the local variables of this function are assigned some memory.
pro...
hashcodehub.hashnode.dev4 min read