C语言课程设计职工信息管理系统

#include<stdio.h> #include<string.h> #include<stdlib.h> #define SIZE 2 struct worker_type {int number; char name[20]; char sex; char xueli[20]; int wage; char address[30]; char phone_num[20]; }worker[
相关文章
相关标签/搜索