赞题库-背景图
单项选择题

向一个栈顶指针为h的带头结点的链栈中插入指针s所指的结点时,应该执行____。【北京理工大学2005年】

A.h.>next=s:
B.s->next=h;
C.s.>next=h:h->next=s;
D.s->next=h一>next.h->next=S;