【单选题】Il a une voiture. 主语il是?
【单选题】下列语句错误的是( )。
A.
char*p='John';P[2]='a';
B.
char name[5]='John';name[2]='a'
C.
char name[5]='John',*p=name;p[2]='a';
D.
char name[5]='John',*p=&name[2];*p='a';
【简答题】香石竹可采用______、______等方法繁殖。
【判断题】对导游人员来说,控制自己的面部表情要注意灵敏,鲜明,真诚,有分寸。P156
【单选题】On dit qu'il existe une histoire sous chaque pierre. Cette phrase veut dire quoi?
A.
Il y a un livre d'histoire sous chaque pierre.
B.
Il y a beaucoup d'histoire là.
C.
Toutes ces pierres ont une histoire.
D.
Chaque pierre a une histoire
【单选题】下列语句错误的是( )。
A.
char*p='John';p[2]='a';
B.
char name[5]='John';name[2]='a'
C.
char name[5]='John',*p=name;p[2]='a';
D.
char name[5]='John',*p=&name[2];*p='a';
【判断题】char *p='A'和char *p="A"含义相同