Examveda

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

Answer: Option A


This Question Belongs to Data Structure >> Introduction To Data Structures

Join The Discussion

Related Questions on Introduction to Data Structures