MCQ
Single Best Answer
Easy
QWhich data structure is commonly used to implement a queue?
ID: #5755
Queues
131 views
Question Info
#5755Q ID
EasyDifficulty
QueuesTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer: Option B
Explanation
Answer: b) Linked list
Explanation: A linked list is commonly used to implement a queue since it allows for efficient insertion and deletion at both ends of the list.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic