单项选择题
阅读以下程序
#include<iostream.h>
void main()
charline[10];
in>>line;
cout<<line<<endl;
如运行时输入This is an example.<CR>,则程序的输出结果是( )。
A.This
B.This is
C.This is a
D.This is an example.
点击查看答案&解析
<上一题
目录
下一题>
热门
试题
单项选择题
下述关于数据库系统的叙述中,正确的是( )。
A.数据库系统减少了数据冗余
B.数据库系统避免了一切冗余
C.数据库系统中数据的一致性是指数据类型一致
D.数据库系统比文件系统能管理更多的数据
点击查看答案&解析
单项选择题
以下程序的输出结果是( )。 main() int a=4,b=5,c=0,d; d=!a&&!b)|| !c; cout<<d<<endl;
A.1
B.0
C.非0的数
D.-1
点击查看答案&解析
相关试题
有如下程序: #include<iostream> usi...
下列函数的运行结果是( )。 #include...
有以下程序: Class Date public: Dat...
如有下程序: #include<iostream> usi...
有如下程序 #include<iostream.h> vo...