If I find that they allow a reasonable profit, you will shortly receive a ______ order.
(A) considerate
(B) considering
(C) considered
(D) considerable
第1题:
第2题:
Atell
Bto tell
Ctelling
Dfor telling
第3题:
有如下程序段#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
第4题:
I () his offer, but I didn’t() it.
A. receive...accept
B. received…accepted
C. accepted…received
D. received…accept
第5题:
– 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
第6题: