typedef struct { char name[30]; // 名字 int age; //年齡 char gender; // 性別,'M' or 'F' double salary; // 薪水 struct Employee *ptr; // 指標 } ...
確定! 回上一頁