He, as well as I,()a student.
A: be
B: am
C: are
D: i
A: be
B: am
C: are
D: i
举一反三
- 已知s1="I "am a student.",s2='I \'am a student',则print(s1,s2)的输出结果为( ) A: I 'am a student. I 'am a student B: I "am a student. I 'am a student C: I "am a student. I \'am a student D: 程序报错
- He, as well as I, __________ a student.
- 以下错误的字符数组的赋值方式是【 】。 A: char string[]="I am a student."; B: char *p="I am a student"; C: char str[20]; str="I am a student."; D: char str[20];strcpy( str,"I am a student.") ;
- Joe is a day student, but I am a _ student. A: A.night B: B. border C: C. boring D: D. boarding
- 设串S1='I AM',S2=' A STUDENT',则ConcatStr(S1,S2)=( )。 A: 'I AM' B: 'A STUDENT' C: 'I AM A STUDENT' D: 'IAMASTUDENT'