Single Choice
Easy
QWhich data structure is commonly used to implement a stack?
ID: #5745
Stacks
241 views
Question Info
#5745Q ID
EasyDifficulty
StacksTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
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.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic