Quizlearn
.app
Which data structure follows the first-in, first-out (FIFO) principle, where items are added to one end and removed from the other?
Queue
Linked list
Array
Graph
Programming Languages Exercises are loading ...