第1题:
下面说明不正确的是
A.char a[10]="china";
B.char a[10],*p=a;p="china"
C.char *a;a="china";
D.char a[10],*p;p=a="china"
第2题:
In order to cut down on the carbon emission, more people choose to travel_.
A.by electric car, bicycle or plane
B.by private car, bicycle or bus
C.by bus, electric car or plane
D.by bicycle, bus or electric car
第3题:
A.Yes, of course
B.No, thanks
C.It doesn’t matter
D.Ride a bicycle
第4题:
函数UPPER("China=中国")的值是( )。
A.China=中国
B.CHina=中国
C.CHINA=中国
D.china=中国
第5题:
By referring to Sam's broken bicycle, the author intends to ______.
A. illustrate the ways to repair his bicycle
B. discuss the problems of his bicycle
C. tell us how to solve a problem
D. show us how simple it is to repair a bicycle
第6题:
下面判断正确的是
A.char*a="china";等价于char *a;*a="china";
B.char str[5]={"china"};等价于char str[]={"china"};
C.char*S="china";等价于char *S;S="china";
D.char c[4]="abc",d[4]="abc";等价于char c[4]=d[4]="abc";
第7题:
The "new set of wheels" that bicycle riders had to get used to was ______.
A. the new tires on their bikes
B. the automobile
C. the streetcar
D. the bicycle itself
第8题:
A、不填; the
B、he; a
C、the; the
D、a; 不填
第9题:
I like this red lovely bicycle.()
第10题:
若有以下程序
则程序的输出结果是
A.China!
B.to China!
C.me you to China!
D.you to China!