Question:

Insertion and deletion in a queue takes place respectively at which end? A. Front
B. Rear
C. Middle
D. Second element from right end
E. Second element from left end

Show Hint

Queues follow FIFO, meaning the first element inserted is the first one to be removed, with operations occurring at the front and rear ends.
Updated On: Apr 24, 2025
  • B and A only
  • A and B only
  • C and E only
  • D and E only
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

In a queue, insertion (enqueue) takes place at the rear end (B), while deletion (dequeue) happens at the front end (A). This is the fundamental principle of queue data structure, following FIFO (First In, First Out) order.
Was this answer helpful?
0
0

Top Questions on Data Structures

View More Questions

Questions Asked in CUET exam

View More Questions