定义时没写structnode *next ,直接写了node *next

来源:学生作业帮助网 编辑:六六作业网 时间:2024/09/11 03:27:44
定义时没写structnode*next,直接写了node*next定义时没写structnode*next,直接写了node*next定义时没写structnode*next,直接写了node*ne

定义时没写structnode *next ,直接写了node *next
定义时没写structnode *next ,直接写了node *next

定义时没写structnode *next ,直接写了node *next
不对,在C语言中,成员中的指针域必须为结构体关键字struct 结构体名 *指针变量