logo - 刷刷题
下载APP
【单选题】

It wasn't until the 2010 CCTV Spring Festival Gala (央视春晚) _____. [     ]

A.
did the former pop band Little Tiger reunite
B.
that the former pop band Little Tiger reunited
C.
then did the former pop band Little Tiger reunite
D.
when the former pop band Little Tiger reunited
举报
参考答案:
参考解析:
.
刷刷题刷刷变学霸
举一反三

【单选题】有一个类CStu,定义如下:class CStu{ int sno, char sname[20];} 是否可以直接用>操作进行对象的存取( )

A.
不能,因为没有定义CStu类输入输出的操作;
B.
不能,因为含有sname数组;
C.
能, 因为不含指针类型的数据成员;
D.
能,因为类存在缺省的输入输出操作定义。

【单选题】有一个类CStu,定义如下:class CStu{ int sno, char sname[20];} 是否所有对象都可以直接通过二进制read,write实现对象的读写操作?

A.
不能,因为没有定义CStu类输入输出的操作;
B.
不能,因为含有sname数组;
C.
能, 因为不含指针类型的数据成员;
D.
能,因为类存在缺省的输入输出操作定义。