It was because the applicant was too conceited( )he failed in the interview.
A.that
B.so that
C.so
D.therefore
正确答案是A
扫描二维码免费使用微信小程序搜题/刷题/查看解析。
版权声明:本文由翰林刷题小程序授权发布,如需转载请注明出处。
本文链接:https://doc.20230611.cn/post/716803.html
上一篇:秘书的首要能力是
下一篇:阅读下列程序,写出运行结果。#includestructstru{intx;charch;}main(){structstrua={10,'x'};fun(a);printf("%d,%c\n",a.x,a.ch);}func(structstrub){b.x=100;b.ch='n'}