摘要: 结构类型定义:一种可以把一些数据分量据合成一个整体的数据类型。 结构分量:一个结构中包含的数据分量。 例1:输出平均分最高的学生信息 #include<stdio.h>struct student{int num;char name[10];int math,english,computer;dou 阅读全文
posted @ 2021-11-28 19:44 555666789yj 阅读(306) 评论(0) 推荐(0) 编辑