False
When the stack is full, there is not enough room element at the top of the stack. This condition is known as Stack Overflow, not Stack Underflow. Stack Underflow refers to the condition when there are no elements in the stack and an attempt is made to pop an element from an empty stack.