Question
Easy

In ........... insertion takes place at the rear end.

1
Sort
2
Stack
3
Link list
4
Queue
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter:
Topic:
Correct Answer
Option D
Explanation

The correct option is (4): A Queue is a linear data structure that operates on the First-In, First-Out (FIFO) principle, which closely mirrors a waiting line in the real world. According to this principle, the element that was inserted first is always the one that is removed first. The fundamental operation for adding an element into a queue is called Enqueue, and this insertion is strictly limited to one end…Read More

In insertion takes - HTET Level 3 | Clear Cutoff