Multiple choice

Which of the following statements is false?

  1. In a queue, deletion takes place at the front.

  2. In a queue, insertion takes place at the rear.

  3. Queue is also called LIFO.

  4. Queue is also called FIFO.

  5. In a queue, insertion and deletion can take place at both the ends.

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Queue is FIRST IN FIRST OUT. Therefore, this is a false statement.