Data Structure Stacks MCQ Details
MCQ Practice Single Best Answer Topic: Stacks

Q What are the two primary operations on a stack?

Question ID
#5744
Subchapter
Stacks
Action
Choose one option below

Choose Your Answer

Click an option to check whether your answer is correct.

  • A Push and pop
  • B Insert and delete
  • C Enqueue and dequeue
  • D Sort and search
Correct Answer: A

Explanation

Answer: a) Push and pop

Explanation: The two primary operations on a stack are push, which adds an element to the top of the stack, and pop, which removes the top element from the stack.

Share This Question

Share this MCQ with your friends or study group.