问题
单项选择题
In C language, the increment and decrement ______ can only be applied to variables, so an expression like x=(i+j)++is illegal.
A.operation
B.operate
C.operator
D.operand
答案
参考答案:A
解析: 译文的含义是:在C语言中,增量和减量( )只能应用于变量,所以,x=(i+j)++这样的表达式是不合法的。选项A~D的含义分别是操作(名词)、操作(动词)、操作符、操作数。