Computer Science

The process of removing an element from Stack is called:

  1. Create
  2. Push
  3. Evaluation
  4. Pop

Python Stack

2 Likes

Answer

Pop

Reason — The process of removing/deleting an element from Stack is called Pop operation.

Answered By

3 Likes


Related Questions