Commentary

  • Now, I got a better understanding of what heap and stack actually means.
  • Stack would be useful for quickly adding function calls, and heap for accessing long term variables on the memory which might be fragmented.