为啥会报错node前要加分号。
struclt node * creatlist O)
structnode *headnode =(structnode*)malloc(sizeof(struct node));
headnode->next =NULL:
return headnode;
为啥会报错node前要加分号。
struclt node * creatlist O)
structnode *headnode =(structnode*)malloc(sizeof(struct node));
headnode->next =NULL:
return headnode;
收起
结构体末尾是需要分号的
全部代码请截图给我,谢谢
报告相同问题?