Computer Science and Engineering Stacks Question #5745
Single Choice Easy

QWhich data structure is commonly used to implement a stack?

ID: #5745 Stacks 241 views
Question Info
#5745Q ID
EasyDifficulty
StacksTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A Array
  • B Linked list
  • C Binary tree
  • D Hash table
Correct Answer

Explanation

Answer: b) Linked list

Explanation: A linked list is commonly used to implement a stack since it allows for efficient insertion and deletion at the beginning of the list.

Share This Question

Challenge a friend or share with your study group.