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
AnswerD.
Stack
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board