单项选择题

在C++语言中,打开一个文件就是将这个文件与一个什么建立关联

A. 流
B. 类
C. 结构
D. 对象
<上一题 目录 下一题>
热门 试题

单项选择题
下列程序的运行结果为( )。#include<iostream.h>void main( ){int a=2;int b=a+1;cout << a b << endl;}
A.0.66667
B.0
C.0.7
D.0.66666666…
单项选择题
下面程序的输出结果是( )。#include<iostream.h>#include<string.h>voidmain( ){charp1[10],p2[10];strcpy(p1, abc );strcpy(p2, ABC );charstr[50]= xyz ;strcpy(str+2,strcat(p1,p2));cout<<str;}
A.start( )
B.init( )
C.paint( )
D.draw( )
相关试题
  • 下面这个程序的结果是( )。#include<i...
  • 下列程序的运行结果是( )。#include ...
  • 下面程序的运行结果为( )。#include<i...
  • 下面程序的运行结果是( )。#include<i...
  • 线性表若采用链式存储结构时,要求内存中可...