填空题

有以下结构体说明和变量的定义,且指针p指向变量a,指针q指向变量b,则不能把结点b连接到结点a之后的语句是______。 struct node { char data; struct node *next;}a,b

【参考答案】

a.next=ab