2019年12月25日

实验7

摘要: ex1_1 // 将file1.txt中小写字母转换成大写后,另存为file2.txt #include <stdio.h> #include <stdlib.h> int main() { FILE *fin, *fout; // 定义文件类型指针 int ch; fin = fopen("fil 阅读全文

posted @ 2019-12-25 23:58 deepone 阅读(214) 评论(2) 推荐(0)

导航