實驗七

Part1:驗證性實驗html // 從文本文件file1.dat中讀取數據,找出最高分和最低分學生信息,並輸出在屏幕上 #include <stdio.h> #include <stdlib.h> #define N 10 // 定義一個結構體類型STU typedef struct student { int num; char name[20]; int sc
相關文章
相關標籤/搜索