Member • Aug 19, 2009
Position of the stack pointer
And when we push an element into the stack there are two possibilities:
1. first decrement the stack pointer and then pushes the given element on to the stack.
2.first pushes the element onto the stack and then decrement the stack pointer
which is correct😕