Vidyalelo
Data Structure · Q57

Applications of Data Structures

Programming · Data Structure · question 57

Q57

Which data structure would you use to implement a real-time messaging system where messages are processed in the order they are received?

A.
Stack
B.
Linked List
C.
Queue
Answer
D.
Hash Set

Answer: Option C

Solution

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