CBSE Class 12 Computer Science Question 18 of 63

Data Structures in Python — Question 1

Back to all questions
1
Question

Question 1

The process of inserting an element in Stack is called:

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

Push

Reason — The process of inserting/adding a new element to the Stack is called PUSH operation.