I would like to know which is dynamic in nature.
if i refer the C memory model (Richard Steven), it is shown that both
stack and heap grow towards each other.
Now, can one go into other's area and hence effecting the size of
other memory area.
Does any limit exist upto which a stack or a heap can grow. and if it
is there then who decides the limit?
plz clarify.
if i refer the C memory model (Richard Steven), it is shown that both
stack and heap grow towards each other.
Now, can one go into other's area and hence effecting the size of
other memory area.
Does any limit exist upto which a stack or a heap can grow. and if it
is there then who decides the limit?
plz clarify.
Comment