1

So I read that when a program is loaded on the main memory , it asscociates along with it static data , stack memory and heap memory. Wherein the stack generally grows downwards while the heap grows upwards. What I am confused about is since the stack is fixed in size how can it grow in the first place?

0 Answers0