用c语言编写的职工管理系统#include <stdio.h>
#include <stdlib.h>
#include <string.h>
# include <conio.h>
# define N sizeof(struct worker) //测结构体变量的大小//
typedef struct worker
{
char number[20];
char name[20];
char sex[20];
char call[20];
char old[20];
char xueli[20];
char gongzi[6];
char add[100];
struct
相关下载链接:
//download.csdn.net/download/u012984029/6624717?utm_source=bbsseo