Computer Science, asked by sutapanahak69601, 8 months ago

Limitations of linear queue

Answers

Answered by gauravarduino
2

Explanation:

When any element is inserted in linear queue then rear will be increased by 1. Let, assume after insertion operations rear is shifted to last position in queue. It means, now queue is full. Now if a new element is inserted then overflow condition will occur.

Answered by ItzDeadDeal
0

Answer:

Explanation:

When any element is inserted in linear queue then rear will be increased by 1. Let, assume after insertion operations rear is shifted to last position in queue. It means, now queue is full. Now if a new element is inserted then overflow condition will occur.

Similar questions