计算机C语言精彩编程百例
/* 输入学生成绩并显示 */ # include struct student { char number[6]; char name[6]; int score[3]; } stu[2]; void output(struct student stu[2]); void main() { int i, j; for(i=0; i
下载地址
用户评论