In a real-world scenario, which data structure would be most suitable for representing a waiting line where the first person in line will be the first to receive service?
Queue
Linked List
Array
Stack

Computer Science Exercises are loading ...