2017年6月12日

用C语言读写数据

摘要: //1-5题 #include "stdio.h" typedef struct { char name[10];//姓名 int subject1,subject2,subject3;//科目1,2,3 long int sno;//学号 }student; int InputTerm(student *stu)//在终端输入数据并每人的计算平均分 { int i=0... 阅读全文

posted @ 2017-06-12 21:03 ewitt 阅读(386) 评论(0) 推荐(0)

导航