c语言创建单链表
摘要:
//创建单链表 #include <stdio.h>#include <string.h>#include <stdlib.h>typedef struct Student STU; //用typedef 新定义结构体名字为 STU;struct Student //定义时不能直接用STU{ cha 阅读全文
posted @ 2019-06-07 20:20 滴水石川的小白 阅读(3738) 评论(0) 推荐(0)
posted @ 2019-06-07 20:20 滴水石川的小白 阅读(3738) 评论(0) 推荐(0)
posted @ 2019-06-07 19:46 滴水石川的小白 阅读(3480) 评论(0) 推荐(0)