A.x=top->data;top=top->next; B.top=top->next;x=top->data; C.x=top->next;top=top->data; D.top->next=top;x=top->data;
A.front=p->next; B.front->next=p->next; C.front=p; D.front->next=p;
A.與數(shù)據(jù)的邏輯結(jié)構(gòu)無關(guān) B.僅僅包括數(shù)據(jù)元素的表示 C.只包括數(shù)據(jù)元素間關(guān)系的表示 D.包括數(shù)據(jù)元素的表示和關(guān)系的表示