单项选择题

A.SQ->rear==SQ->front
B.(SQ->rear+1)%MAXSIZE==SQ->front
C.SQ->rear==0
D.SQ->front==0