Data Structures

Which of the following best describes Queue?

Correct answer

B. A linear data structure that follows the First-In-First-Out (FIFO) principle.

Explanation

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