Which of the following is a sequential organisation of data in which an…
2019
Which of the following is a sequential organisation of data in which an element is always inserted at the last position and taken out from the first position?
- A.
Tree
- B.
Queue
- C.
Stack
- D.
Array
Attempted by 1531 students.
Show answer & explanation
Correct answer: B
A queue follows the FIFO (First-In First-Out) principle, where insertion occurs at the rear and deletion occurs at the front.