C语言,求大神
C语言,求大神
日期:2021-07-28 00:09:09 人气:1
这个就给个小思路吧
typedef struct
{
int number;
char name[10];
int score;
} STUDENT_DATABASE;
STUDENT_DATABASE student_database[5]={...}自己建立5个学生4种内容的数据库,
STUDENT_DATABASE SortStudent(STUDENT
typedef struct
{
int number;
char name[10];
int score;
} STUDENT_DATABASE;
STUDENT_DATABASE student_database[5]={...}自己建立5个学生4种内容的数据库,
STUDENT_DATABASE SortStudent(STUDENT