Economy, asked by deekshajha9805, 1 year ago

Define queue and explain the underflow and overflow condition of queue

Answers

Answered by Dhivishvarshan
7
Queue overflow results from trying to add an element onto a full queue and queue underflow happens when trying to remove an element from an empty queue. A bounded queue is a queue limited to a fixed number of items. There are several efficient implementations of FIFO queues.
Plz Plz make my answer as brainliest answer.
Similar questions