在一个栈顶指针为top的链栈中,将一个p指针所指的结点入栈,应执行()。
正确答案:p;,top->next;top->next,p;,p->next,top;top,p;,top->next;top,top->next;
猜你喜欢