Multiple choice In a circular queue of size MAXQUEUE, overflow occurs at Before incrementing rear, rear = front After incrementing rear, rear = front Before incrementing rear, rear = front +1 After incrementing rear, rear = front +1 Reveal answer Fill a bubble to check yourself A Correct answer Explanation In a circular queue, overflow is detected when the next position to be filled (rear) is the same as the current front position.