...stack if the top of the stack were at position 0? Explain...
Push: Adds an item in the stack. If the stack is full, then it is said to be an "Overflow" condition. Pop: Removes an item from the stack. The items are popped in the reversed order in which they are pushed...