Which data structure is ideal for creating a queue, where items are processed in the order they are received?
Stack
Linked List
Array
Tree

Computer Science Exercises are loading ...