<h2 id="commentary">Commentary</h2> <ul> <li>Now, I got a better understanding of what heap and stack actually means.</li> <li>Stack would be useful for quickly adding function calls, and heap for accessing long term variables on the memory which might be fragmented.</li> </ul>