“件数”栏应填()。
A.1200
B.52
C.2000
D.13207
参考答案:B
(2013·泰安一中月考)—John has put forward ________ most challenging question for us to answer.
—Yes,it really is.I have never heard ________ harder one.
A.the;/
B./;the
C.the;the
D.a;a
设有定义:
class person
int num;
char name[10];
public:
void init(int n,char*m);
…
;
person std[30]
则以下叙述不正确的是
A.std是一个含有30个元素的对象数组
B.std数组中的每个元素都是person类的对象
C.std数组中的每个元素都有自己的私有变量num和name
D.std数组中的每个元素都有各自的成员函数init