What is the name for a linear data structure that follows the First-In-First-Out (FIFO) principle?
- A. Doubly linked list
- B. Queue ✓
- C. Circular linked list
- D. Stack
Correct answer
B. Queue
Explanation
Queue refers to a linear data structure that follows the First-In-First-Out (FIFO) principle.