Multiple choice

What is the name of a deletion operation in a stack?

  1. Push operation

  2. Pop operation

  3. Empty operation

  4. Dequeue operation

  5. Enqueue operation

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Pop operation is the name of deletion operation in a stack, which pop or delete items from the stack.