Answers

Question and Answer:

  Home  Java Classes

⟩ Stacks are controlled through two operations traditionally called ___ and _____A) Push and PullB) Push and PopC) Pop and PullD) Pop and Peep

Ans is :(B)push and pop

Push :Push is used to insert elements in the stack.

Pop : Pop is used to extract elements from the stack.

 149 views

More Questions for you: