摘要: //编写一个函数print,输出学生的信息,该数组有5个学生的记录,包括://num,sname,score[3],用主函数输入这些记录,用print函数输出这些记录。 #include<stdio.h>#define N 5 //预定义,N代表5个学生 struct student{ int nu 阅读全文
posted @ 2022-04-21 17:34 CC9898 阅读(351) 评论(0) 推荐(0)