【NCRE學習筆記006】計算機等級考試基礎知識---番外篇

        1、   2、 #include <stdio.h> #define N 5 typedef struct student { long sno; char name[10]; float score[3]; } STU; void fun(char *filename, STU n) { FILE *fp; /**********found
相關文章
相關標籤/搜索