Vidyalelo
Data Structure · Q58

Miscellaneous on Data Structures

Programming · Data Structure · question 58

Q58

What data structure is best for managing a list of tasks to be executed in the order they were added?

A.
Deque
B.
Priority Queue
C.
Queue
Answer
D.
Stack

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board