Computer Science, asked by Villain9370, 7 months ago

A normal queue if implemanted using an array of size MAX_SIZE gets full when

Answers

Answered by sampathkuben
1

Answer:

a normal queue if implemented using an array of size max size, gets full when rear =max size - 1 front = ( rear +1 ) mod

Similar questions