A normal queue if implemanted using an array of size MAX_SIZE gets full when
Answers
Answered by
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