当向一个栈顶指针为hs的链式栈中插人一个指针s指向的节点时,应执行()。
hs->next=s;
s->next=hs;hs=s;
s->next=hs->next;hs->next-s;
s->next=hs;hs-hs->nekt;
发表评论