Who seemed to have taken the MP3 player().
A: The girl.
B: The boy.
C: One of the girl’s guests.
A: The girl.
B: The boy.
C: One of the girl’s guests.
举一反三
- Who’s ______ in the picture? She is my sister. A: girl B: boy C: the girl D: the boy
- Who would be the intermediary of a young couple in India A: The girl’s mother. B: The boy’s mother. C: A married lady. D: The girl’s aunt.
- A is a girl who acts more like a boy.
- 【单选题】下面判断正确的是()。 A、char *s="girl"; 等价于 char *s; *s="girl"; B、char s[10]={"girl"}; 等价于 char s[10]; s[10]={"girl"}; C、char *s="girl"; 等价于 char *s; s="girl"; D、char s[4]= "boy", t[4]= "boy"; 等价于 char s[4]=t[4]= "boy" A. char *s="girl"; 等价于 char *s; *s="girl"; B. char s[10]={"girl"}; 等价于 char s[10]; s[10]={"girl"}; C. char *s="girl"; 等价于 char *s; s="girl"; D. char s[4]= "boy", t[4]= "boy"; 等价于 char s[4]=t[4]= "boy"
- 下面判断正确的是( )。 A、char *s='girl'; 等价于 char *s; *s='girl'; B、char s[10]={'girl'}; 等价于 char s[10]; s[10]={'girl'}; C、char *s='girl'; 等价于 char *s; s='girl'; D、char s[4]= 'boy', t[4]= 'boy'; 等价于 char s[4]=t[4]= 'boy'