Queue is
2018
Queue is
- A.
Both Linear and Non-Linear data structure
- B.
Structural data structure
- C.
Non - linear data structure
- D.
Linear data structure
Attempted by 243 students.
Show answer & explanation
Correct answer: D
The correct option is D. A queue is a linear data structure because its elements are arranged in a sequential, sequential-adjacent order. It follows the First-In-First-Out (FIFO) principle, where insertions happen at the rear end and deletions happen at the front end.