A. s-> nexl=p-> next;p-> next= s; B. p-> next=s-> next; s-> next=p; C. q-> next=s; s-> next=p; D. p-> next=s; s-> nex=q;
A. p=top B. top=p C. p-> next = top D. top-> next= p
A. front=p B. rear=p C. front-> next= p D. rear-> next= p
A. 计算机程序 B. 解决问题的计算方法 C. 排序算法 D. 解决问题的方法和步骤
A. rear->next= =head B. rear->next->next= =head C. head->next= =rear D. head->next->next= =rear
A. head==NULL B. head->next==NULL C. head!=NULL
A. 9 B. 16 C. 17 D. 18
A. edcba B. decba C. dceab
A. st->top !=0 B. st->top ==0 C. st->top != MaxSize D. st->top == MaxSize