CBSE Class 12 Computer Science Question 19 of 63

Data Structures in Python — Question 2

Back to all questions
2
Question

Question 2

The process of removing an element from Stack is called:

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

Pop

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