At today's Holiday Inn, you'll be sure to find a convenient location offering many features to make your stay more enjoyable.()
第1题:
A、all
B、each
C、both
第2题:
Don't run so much. You'll ____ yourself before the game begins.
A.exhaust
B.exaggerate
C.consume
D.constrain
第3题:
5.—Can you go to the mall with me this afternoon?
—_______
A. Sorry,l’d not here
B. Sure,l-d love to
C. Sorry,l can
D. Yes,I’ll
第4题:
Will you show me how to use this software?()
A. Sure. You'll master it in no time.
B. You are welcome.
C. Sorry, I'm too late for it.
第5题:
有如下程序段#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
第6题: