KnowledgeBoat Logo

Computer Science

The process of inserting an element in Stack is called:

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

Python Stack

3 Likes

Answer

Push

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

Answered By

2 Likes


Related Questions