试题详情

向一个带头结点HS的链栈中插入一个s所指结点时需执行()。

AHS->next=s;

Bs->next=HS->next;HS->next=s;

Cs->next=HS:HS=s;

Ds->next=HS;HS=HS->next;