摘要:
1、显示a.txt文件的内容 #include <stdio.h> int main(void) { FILE *fp; int ch; char filename[FILENAME_MAX]; printf("Please input the filename: "); scanf("%s", f 阅读全文
posted @ 2021-06-11 09:04
小鲨鱼2018
阅读(181)
评论(0)
推荐(0)
摘要:
1、 #include <stdio.h> #include <time.h> void put_data(void) { FILE *fp; if((fp = fopen("time.txt", "r")) == NULL) { printf("\aThe program is ran for t 阅读全文
posted @ 2021-06-11 08:11
小鲨鱼2018
阅读(91)
评论(0)
推荐(0)

浙公网安备 33010602011771号