Which of the following uses FIFO method

2025

Which of the following uses FIFO method

Answer: A. QueueAnswer : A Explanation Queue maintains two pointers − front and rear. In queue data structure, the item inserted first will always be removed first, hence FIFO!

  1. A.

    Queue

  2. B.

    Stack

  3. C.

    Hash Table

  4. D.

    Binary Search Tree

Attempted by 1610 students.

Show answer & explanation

Correct answer: A

Answer : A

Explanation

Queue maintains two pointers − front and rear. In queue data structure, the item inserted first will always be removed first, hence FIFO!

Explore the full course: Cocubes Preparation

Loading lesson…