In C language, the increment and decrement ______ can only be applied to variables, so an expression like x=(i+j)++is illegal.

admin2010-02-13  17

问题 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的含义分别是操作 (名词)、操作(动词)、操作符、操作数。
转载请注明原文地址:https://kaotiyun.com/show/iijZ777K
0

最新回复(0)