typedef struct stu { int ID; char name[20]; float score[3]; char *data; }STU; ... typedef 還可以給陣列、指標、結構體等型別定義別名。
確定! 回上一頁