2007年4月17日 - 【程式71】 題目:編寫input()和output()函數輸入,輸出5個學生的資料記錄。 1.程式分析: 2.程式源代碼: #define N 5 struct student { char num[6];
blog.xuite.net