struct Student_PersonalData { char name[4]; int age; char address[30]; } ... 上述的struct Student_PersonalData一經定義以後,就可以比照C的內建資料型別來宣告和 ...
確定! 回上一頁