题目内容
利用结构体变量存储了一名学生的信息,函数fun的功能是输出这位学生的信息。typedef struct{ int num;char name[9];char sex;struct { int year,month,day ;} birthday;float score[3];}STU;/**********found**********/void show( ___1___ ){ int i;printf("\n%d %s %c %d-%d-%d", tt.num, tt.name, tt.sex,tt.birthday.year, tt.birthday.month, tt.birthday.day);for(i=0; i<3; i++)/**********found**********/printf("%5.1f", ___2___);printf("\n");}
查看答案
搜索结果不匹配?点我反馈