A-A+
In C language the increment and decrement ___
问题详情
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的含义分别是操作(名词)、操作(动词)、操作符、操作数。