A normal queue, if implemented using an array of size MAX_SIZE in C, gets full when( )
A、rear=MAX_SIZE-1
B、front=(rear+1)modMAX_SIZE
C、front=rear+1
D、rear=front
发布时间:2025-09-22 06:22:21
A、rear=MAX_SIZE-1
B、front=(rear+1)modMAX_SIZE
C、front=rear+1
D、rear=front