Stack Overflow -:
If the stack is full and we try to add (push operation) a new item into the stack makes the stack overflow.
Stack Underflow -:
If the stack is empty and we try to delete (pop operation) an item from the stack makes the stack underflow.