单项选择题

使用ifstream流类定义流对象并打开磁盘文件时,文件的隐含打开方式为( )。

A.ios::in.
B.ios::out
C.ios::inlios::out
D.没有默认
<上一题 目录 下一题>
热门 试题

单项选择题
设有定义charstr[80]以下不能将输人数据nrst nsecond <CR)读取到数组str的语句是( )。
A.cin.get(str,strlen(str));
B.cin.getline(str,strlen(str));
C.cin>>str;
D.dn.read(str,strlen(str));
单项选择题
数据库DB、数据库系统DBS、数据库管理系统DBMS之间的关系是( )。
A.DB包括DBS和DBMS
B.DBMS包括DB和DBS
C.DBS包括DB和DBMS
D.没有任何关系
相关试题
  • 若有如下程序: #include<iostream> u...
  • 有如下程序: #include<iostream) usi...
  • 有以下类定义 class MyClass private:...
  • 有如下程序: #include<iostream> usi...
  • 有如下程序: #include<iostream.h> ...