What is insertion and deletion in a stack?
Answer:
Insertion operation on a stack means to PUSH to a stack and
deletion operation on a stack means to POP from the stack.
Past Year - 1 Mark Questions
Past Year - 1 Mark Questions
Last updated at April 16, 2024 by Teachoo
Answer:
Insertion operation on a stack means to PUSH to a stack and
deletion operation on a stack means to POP from the stack.
What is insertion and deletion in a stack? Insertion operation on a stack means to PUSH to a stack and deletion operation on a stack means to POP from the stack.