A
Juan Gomez wakes up at six o'clock every morning. He gets up, takes a 21 , gets dressed, and eats breakfast. After breakfast he 22 the newspaper until 7:15, then he leaves for work. He gets on the bus at the bus stop, rides it to University Avenue, 23 , and walks to his office. He works 24 five o'clock. He usually goes and plays basketball with friends after work. Then he goes home. Juan 25 a very boring life.
21. A. lesson B. breath C. shower D. break
第1题:
若有定义char a[10],*b=a;不能给数组a输入字符串的语句是()。
A.gets(a[0]);
B.gets(a);
C.gets(&a[0]);
D.gets(b);
第2题:
有以下定义: char a[10],*b=a;不能给a数组输入字符串的语句是________。
A.gets(a);
B.gets(a[0]);
C.gets(&a[0]);
D.gets(b);
第3题:
4、有以下定义: char a[10],*b=a;不能给a数组输入字符串的语句是________。
A.gets(a);
B.gets(a[0]);
C.gets(&a[0]);
D.gets(b);
第4题:
有以下定义 ,则不能给数组a输入字符串的语句是()。 char a[10],*b=a;
A.gets(a);
B.gets(a[0]);
C.gets(&a[0]);
D.gets(b);
第5题:
若存在以下定义:char a[l0],*p=a;不能给a数组输入字符串的语句是 ______。
A.gets(a);
B.gets(&a[0]) ;
C.gets(a[0]);
D.gets(p);
第6题:
有以下定义char a[10],*b=a;,不能给数组a输入字符串的语句是()。
A.gets(a);
B.gets(&a[0]);
C.gets(a[0]);
D.gets(b);