鏈表基本操作的實現

1 #include <stdio.h> 2 #include <malloc.h> 3 #define LEN sizeof(struct student) 4 5 /*----------------數據定義----------------------*/ 6 7 //定義一個學生信息的結構體,包括學號,姓名和結構體類型的指針 8 struct student 9 { 1
相關文章
相關標籤/搜索