Queue is

2018

Queue is

  1. A.

    Both Linear and Non-Linear data structure

  2. B.

    Structural data structure

  3. C.

    Non - linear data structure

  4. 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.

Explore the full course: Btsc Lab Assistant