Data Structures

What is the name for a linear data structure that follows the First-In-First-Out (FIFO) principle?

Correct answer

B. Queue

Explanation

Queue refers to a linear data structure that follows the First-In-First-Out (FIFO) principle.