Difference between Stack and Heap Allocation in java, c , c?
Answer (1 of 3): C/C : The stack is a range of memory that Windows/Linux/etc reserves when your program starts (something in the ballpark of 1mb), and the code continuously keeps a pointer to this...
quora.com