Search code examples
heap-memorystack-memory

Uninitialised values of heap and stack space


Why is the heap space always set to zero?? Why is stack space similarly not set to zero??


Solution

  • Heap space is NOT always set to zero.