1. Computer Science Engineering (CSE)
  2. Data Structure (DS)
  3. Inserting an item into the stack when st...
Q.

Inserting an item into the stack when stack is not full is called …………. Operation and deletion of item form the stack, when stack is not empty is called ………..operation.

A. push, pop
B. pop, push
C. insert, delete
D. delete, insert
Answer» A. push, pop
View all MCQs in:   Data Structure (DS)

Discussion