Vidyalelo
Data Structure · Q25

Queues in Data Structures

Programming · Data Structure · question 25

Q25

What is the main advantage of using a queue over a stack in certain applications?

A.
Queues support FIFO ordering
Answer
B.
Queues support LIFO ordering
C.
Queues use less memory
D.
Queues have faster access times

Answer: Option A

Solution

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