Vidyalelo
Data Structure · Q22

Queues in Data Structures

Programming · Data Structure · question 22

Q22

Which of the following is a characteristic feature of a priority queue?

A.
Elements are processed based on priority
Answer
B.
Elements are processed in FIFO order
C.
Elements are processed in LIFO order
D.
Elements are processed in sorted order

Answer: Option A

Solution

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