快乐学习 一个网站喵查铺子(catpuzi.com)全搞定~

设带有头结点链栈,其栈项指针为top,向链栈中插入一个s结点时,则执行()

热门题目 网课答案 2022-12-07 扫描二维码

题目:设带有头结点链栈,其栈项指针为top,向链栈中插入一个s结点时,则执行()

s->next=top->next; top=s
s->next=top; top->next=s
s->next=top->next; top->next=s
top->next=s; s->next=top->next

喜欢 (0)
关于作者: