Answer:
Stack is a block of memory which stores parameters, local variables etc.
The special functionality of stack is that it grows when a function comes in and automatically shrinks when it is exited.
Stack is a static memory.
Asked In: Spotted While Learning |
Alert Moderator