#include<stdio.h>// 结构体类型的定义structStudent{charname[20];intage;floatscore;};// 直接返回...
第一种,如果结构体的数据没有自定义类型的,数组可以直接在main函数中声明定义,第二种,如果在结构体...