經典C語言編程100例——題目+答案代碼(71-80)

【程序 71】 題目:編寫 input()和 output()函數輸入,輸出 5 個學生的數據記錄。 1.程序分析: 2.程序源代碼:node #define N 5 struct student { char num[6]; char name[8]; int score[4]; } stu[N]; input(stu) struct student stu[]; { int i,j; for(
相關文章
相關標籤/搜索