Computer Science, asked by AbhiramiGNath3351, 11 months ago

What do you understand by Enqueue operation?

Answers

Answered by Anonymous
1

Answer:

In the queue only two operations are allowedenqueue and dequeue. Enqueue means to insert an item into the back of the queue, dequeue means removing the front item. The picture demonstrates the FIFO access. The difference between stacks and queues is in removing.

Similar questions