習題9-6 按等級統計學生成績(20 分)

本題要求實現一個根據學生成績設置其等級,並統計不及格人數的簡單函數。數組 函數接口定義: int set_grade( struct student *p, int n ); 其中p是指向學生信息的結構體數組的指針,該結構體的定義爲:app struct student{ int num; char name[20]; int score; char grade;
相關文章
相關標籤/搜索