經典C語言程序100例(71-80)---------------轉自C語言經典論壇

【程序71】 題目:編寫input()和output()函數輸入,輸出5個學生的數據記錄。 1.程序分析: 2.程序源代碼: #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(i=0;i<
相關文章
相關標籤/搜索