int num; char name[10]; char sex[10]; char unit[10];
char address[10]; long telnum;
float salary_1; float allowance;
float life_allow; float salary_2; float tel_fee; float water_fee; float rent;
float tax;
float health_fee;
float grant;
float total_fee;
float actual_salary;
struct teacher *next;
};其中,各字段含义如下
int num :教师号
char name[10] :教师姓名
char sex[10] :教师性别