How to use stack and heap in C programming language?
Utilisateur anonyme
Not difficult but quite confused. My first thought was how to implement stack or heap...Then I think maybe there are some std libraries. The stack is used for functional calls and heap is for dynamic allocation. Details is here http://stackoverflow.com/questions/79923/what-and-where-are-the-stack-and-heap.