#define LEN sizeof(struct student) #define N 35 #include #define NULL 0 int n=0; char m[8]={'0','1','2','3','4','5','6','7'}; int i;char c[10];char d[10]; char fname[20],fname0[20],fname6[20]={"shanchu"}; struct student {long num; char name[10]; int eng; int math; int comp; int ave; int all; }p;