定义结构体类型及变量-C语言基础教程
struct student {
int num;
char name[20];
int score;
} st, stmax, stmin;
1.13MB
文件大小:
评论区