1. 首页
  2. 编程语言
  3. C
  4. 计算机C语言精彩编程百例

计算机C语言精彩编程百例

上传者: 2021-01-26 02:08:06上传 RAR文件 64.95KB 热度 10次
/* 输入学生成绩并显示 */ # 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
下载地址
用户评论