员工管理系统程序代码.docVIP

  • 15
  • 0
  • 约1.61万字
  • 约 17页
  • 2020-02-22 发布于安徽
  • 举报
#includestdio.h #includestring.h typedef struct workers { char name[15]; char department[18]; char gender; int age; long telephone; long wage; long num; struct workers *next; }workers,*work; work workersCreate() { work h,p,q; char Name[15]; char Department[18]; char Gender; int Age; long Telephone; long Wage; long Num; h=(workers*)malloc(sizeof(workers)); p=h; printf(---------------------------\n); printf(Put Name: ); scanf(%s,Name); printf(Put Department: ); scanf(%s,Department); getchar(); printf(Put Gender: ); scanf(%c,Gender); printf(Pu

文档评论(0)

1亿VIP精品文档

相关文档