摘要: 文件操作步骤: 1、创建文件指针 2、关联文件 3、操作文件 4、关闭文件 question: 求文件中数字的最大值、最小值、平均值 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <limits.h> 4 5 int main() 6 { 阅读全文
posted @ 2019-12-01 22:12 egu0o 阅读(334) 评论(0) 推荐(0) 编辑