按学号查找成绩
tong tong zhang 2 years ago
parent 6f61062c8f
commit 910a633f1a

@ -4,6 +4,8 @@
## 多个函数的使用 ## 多个函数的使用
## 利用结构体 ## 利用结构体
下面是代码库
````c
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
@ -377,3 +379,4 @@ void ReadfromFile(STU stu[],int *n, int *m)
} }
fclose(fp); fclose(fp);
} }
````
Loading…
Cancel
Save