单项选择题

已经语句int m=10;则下列表示引用的表示中正确的是( )。

A.int &x=m;
B.int &y=10;
C.int &z;
D.float &t=8m;
<上一题 目录 下一题>
热门 试题

单项选择题
阅读以下程序 #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.数据库系统比文件系统能管理更多的数据
相关试题
  • 有如下程序: #include<iostream> usi...
  • 下列函数的运行结果是( )。 #include...
  • 有以下程序: Class Date public: Dat...
  • 如有下程序: #include<iostream> usi...
  • 有如下程序 #include<iostream.h> vo...