typedef struct subject
{
char classhour;
int credit;
}SUBJECT;
typedef struct student
{
int ID;
char Name [8];
char sex ;
char phone[10];
int G;
}STUDENT;
{
char classhour;
int credit;
}SUBJECT;
typedef struct student
{
int ID;
char Name [8];
char sex ;
char phone[10];
int G;
}STUDENT;
