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[
相關文章
相關標籤/搜索