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

A.HS->next=s B.s->next=HS->next;HS->next=s C.s->next=HS:HS=s D.s->next=HS;HS=HS->next

时间:2023-12-17 12:19:00

相似题目