201612B TranslationDirections: After each sentence, you will read three choices of suggested translation marked A), B) and C). You should choose the best translation.If you include a photo in your application while not asked for, an employer canassume you rely on your looks.
A. 求职信通常需要附一张照片,老板会因为看到过你的照片而对你产生印象。
B. 虽然未要求在求职函中附照片,但你还是附了照片,老板就会认为你可靠。
C. 虽没要求,如果你还是在求职信中附了照片,雇主会认为你想靠颜值取胜。
D.
查看答案
以下正确的C语言标识符是()。
A. %X
B. a+b
C. a123
D. test!
已定义int a , b ;则以下不正确的C语句是()。
A. a*=5;
B. b/=2;
C. a+=1.75;
D. b%=a;
若x、i、j和k都是整型变量,则执行下面的表达式后x的值为()。x=(i=4,j=16,k=32)
A. 4
B. 16
C. 32
D. 52
C语言中的标识符只能由字母、数字和下画线3种字符组成,且第一个字符()。
A. 必须是字母
B. 必须为下画线
C. 必须为字母或下画线
D. 可以是字母、数字、下画线中的任一字符