二级二级CC语言文件选择题
题目内容

设文件stu1.dat已存在,且有如下列程序段#include <stdio.h>FILE *fp1, *fp2;fp1=fopen("stud1.dat","r");fp2=fopen("stud2.dat","w");while(feof(fp1)) putc(getc(fp1),fp2);该程序段的功能是

2024-07-09

A.将文件stud1.dat的内容复制到文件stud2.dat中

B.将文件stud2.dat的内容复制到文件stud1.dat中

C.屏幕输出stud1.dat的内容

D.什么也不干

题目答案

试卷相关题目

最新试卷
热门试卷

长理培训客户端 资讯,试题,视频一手掌握

去 App Store 免费下载 iOS 客户端