A normal queue, if implemented using an array of size MAX_SIZE, gets full when Q & A › A normal queue, if implemented using an array of size MAX_SIZE, gets full when 0 Vote Up Vote Down Admin Staff asked 4 years ago A normal queue, if implemented using an array of size MAX_SIZE, gets full when a) Rear = MAX_SIZE – 1 b) Front = (rear + 1)mod MAX_SIZE c) Front = rear + 1 d) Rear = front Share this:TwitterFacebookWhatsAppPinterestLike this:Like Loading... 1 Answers 0 Vote Up Vote Down Admin Staff answered 4 years ago a) Rear = MAX_SIZE – 1 Share this:TwitterFacebookWhatsAppPinterestLike this:Like Loading...