[单选题]

阅读以下程序及对程序功能的描述,其中正确的是includemain(){FILE*in,*out;charch,inf

阅读以下程序及对程序功能的描述,其中正确的是 #include<stdio.h> main() { FILE*in,*out; charch,infile[10],outfile[10]; printf("Enter the infile name:/n"); scanf("%s",infile); printf("Enter the outfile name:/n"); scanf("%s",outfile); if((in=foen(infile

A.程序完成将磁盘文件的信息在屏幕上显示的功能

B.程序完成将两个磁盘文件合二为一的功能

C.程序完成将一个磁盘文件复制到另一个磁盘文件中

D.程序完成将两个磁盘文件合并并在屏幕上输出

参考答案与解析:

相关试题

阅读以下程序及对程序功能的描述,其中正确的描述是#includemain(){

[单选题]阅读以下程序及对程序功能的描述,其中正确的描述是includemain(){ FILE*in,*out;char阅读以下程序及对程序功能的描述,其中正确的描述是 #include<stdio.h> main() { FILE*in,*out; char ch,infile[10],outfile[10]; printf("Enter the infile name:/n"); scanf("%s",infile); printf("Enter the outfile name:/n"

  • 查看答案
  • 阅读以下程序以及对程序功能的描述,其中正确的描述是()。#includemain

    [单选题]阅读以下程序以及对程序功能的描述,其中正确的描述是()。includemain(){FILE * in,*out阅读以下程序以及对程序功能的描述,其中正确的描述是( )。 #include <stdio.h> main() { FILE * in,*out; charch,infile[10],outfile[10]; printf("Enter the infile name:/n"); scanf("%s",infile); printf("Enter the outfile na

  • 查看答案
  • 阅读以下程序及对程序功能的描述,其中正确的描述是#include <stdio.

    [单选题]阅读以下程序及对程序功能的描述,其中正确的描述是#include <stdio.h>main(){ FILE *in,*out; char ch,infile[10],outfile[10]; printf("Enter the infile name:\n"); scanf("%s",infile); printf("Enter the outfile name:\n"); scanf("%s",outfile); if((in=fopen(infile,"r"

  • 查看答案
  • 阅读以下程序及对程序功能的描述,其中正确的描述是 #include<stdio.

    [单选题]阅读以下程序及对程序功能的描述,其中正确的描述是#include <stdio.h>main(){F.ILE *in,*out;char ch,infile[10],outfile[10];printf("Enter the infile name:\n");scanf("%s",infile);printf("Enter the outfile name:\n");scanf("%s",outfile);if((in=fopen(infile,"r"))==NU

  • 查看答案
  • 阅读以下程序及对程序功能的描述,其中正确的是 #include <stdio.h

    [单选题]阅读以下程序及对程序功能的描述,其中正确的是#include <stdio.h>main(){ FILE *in,*out;char ch,infile[10],outfile[10];printf("Enter the infile name:/n");scanf("%s",infile);printf("Enter the outfile name: /n");scanf("%s",outfile);if((in=fopen(infile,"r"))==NUL

  • 查看答案
  • 面是关于解释程序和编译程序的论述,其中正确的是()。

    [单选题]面是关于解释程序和编译程序的论述,其中正确的是()。A .编译程序和解释程序均能产生目标程序B .编译程序和解释程序均不能产生目标程序C .编译程序能产生目标程序而解释程序则不能D . D.编译程序不能产生目标程序而解释程序能

  • 查看答案
  • 阅读以下程序#includemain(){Int Case;float prin

    [单选题]阅读以下程序includemain(){Int Case;float printF;printf("请输入2个数:");scanf("%d阅读以下程序 #include<stdio.h> main() {Int Case;float printF; printf("请输入2个数:"); scanf("%d %f",&Case,&printF); printf("%d%f/n",Case,printF); } 以下说法正确的是( )。A.定义浯句出错,Case是关

  • 查看答案
  • 下面解释程序和编译程序的论述,其中正确的一条是()。

    [单选题]下面解释程序和编译程序的论述,其中正确的一条是( )。A.编译程序和解释程序均能产生目标程序B.编译程序和解释程序均不能产生目标程序C.编译程序能产生目标程序,而解释程序则不能D.编译程序不能产生目标程序,而解释程序能

  • 查看答案
  • 下面关于解释程序和编译程序的论述,其中正确的一条是()。

    [单选题]下面关于解释程序和编译程序的论述,其中正确的一条是( )。A.编译程序和解释程序均能产生目标程序B.编译程序和解释程序均不能产生目标程序C.编译程序能产生目标程序,而解释程序则不能D.编译程序不能产生目标程序,而解释程序能

  • 查看答案
  • 下面是关于解释程序和编译程序的论述,其中正确的一条是______。

    [单选题]下面是关于解释程序和编译程序的论述,其中正确的一条是______。A.编译程序和解释程序均能产生目标程序B.编译程序和解释程序均不能产生目标程序C.编译程序能产生目标程序而解释程序则不能D.编译程序不能产生目标程序而解释程序能

  • 查看答案
  • 阅读以下程序及对程序功能的描述,其中正确的是#includemain(){FIL