Elements with same priority get processed according to Priority Queue mechanism - Data Structure
Q. How are the elements with the same priority get processed according to the Priority Queue mechanism? - Published on 19 Oct 15a. Before the processing of other elements with lower priority
b. After the processing of other elements with highest priority
c. On the basis of 'First-Come-First Served' priority
d. None of the Above
ANSWER: On the basis of 'First-Come-First Served' priority