Kathy, I’d like you to meet Maggie Jacobs.
(). Maggie. You’re doing a great job.
A、 I‘m pleased to meet you
B、 It’s great to see you again
C、 I' m happy to meet you too
第1题:
A. I’ll take your advice.
B. Let me see.
C. I’m afraid so.
D. Never mind
第2题:
有如下程序段#include "stdio.h"#include "string.h"#define N 10#define M 10char *find(char(*a)[M],int n){ char *q;int i; q=a[0]; for(i=0;i<n;i++) if(strcmp(a[i],q)<0)q=a[i]; return q;}main(){ char s[N][M]={"tomeetme","you","and","he","china"}; char *p; int n=5; p=find(s,n); puts(p);}则执行后输出的结果为A.he B.and C.you D.tomeetme
第3题:
第4题:
– David, you've been losing your temper over nothing lately.– ( ).
A. I haven’t been getting much sleep either
B. You’d better not push yourself too hard, or you’ll get sick
C. I’m sorry. I shouldn’t have blown up like that
D. You’d better do exercises regularly
第5题: