PUSH operation may result in underflow condition.
2 Likes
False
Reason — When attempting to remove an element (POP operation) from an empty stack, it leads to an underflow condition, resulting in an exception being raised.
Answered By
The append() function inserts an element at the rear end in a queue.
Stack is a linear data structure.
The process of inserting an element in Stack is called:
The process of removing an element from Stack is called: