单项选择题
A.top++; V[top]=x; B.V[top]=x; top++; C.top--; V[top]=x; D.V[top]=x; top--;
A.2 B.3 C.4 D.6
A.队列 B.栈 C. 线性表 D.有序表