

MCQOPTIONS
Saved Bookmarks
1. |
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» B. pop, push | |