摘要:
1 #include 2 #include 3 #define LEN sizeof(struct student) 4 5 /*----------------数据定义----------------------*/ 6 7 //定义一个学生信息的结构体,包括学号,姓名和结构体类型的指针 8 struct student 9 { 10 long num; //学号 11 char name[128]; //姓名 12 struct student *next; //结构体指针... 阅读全文
posted @ 2014-03-21 10:46
张凤娟Stephanie
阅读(205)
评论(0)
推荐(0)

浙公网安备 33010602011771号