题目内容

程序通过定义学生结构体变量,存储学生的学号、姓名和 3 门课的成绩。函数 fun 的功能是:将形参 a 中的数据进行修改,把修改后的数据作为函数值返回主函数进行输出。struct student {long sno;char name[10];float score[3];};/**********found**********/__1__ fun(struct student a){ int i;a.sno = 10002;/**********found**********/strcpy(__2__, "LiSi");/**********found**********/for (i=0; i<3; i++) __3__+= 1;return a;}

查看答案
更多问题

利用结构体变量存储了一名学生的信息,函数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");}

函数LTRIM()的功能是_______________

在 E-R 图中,用 _____表示实体,用菱形表示联系。

命令truncate table的功能是_______________。

答案查题题库