In C language,the increment and decrement operator can only be applied to(56),so an expression like x=(a+b)--is illegal.

admin2009-05-15  15

问题 In C language,the increment and decrement operator can only be applied to(56),so an expression like x=(a+b)--is illegal.

选项 A、integers
B、Strings
C、variables
D、pointers

答案C

解析 c语言中,自增和自减操作符,只能适用于变量,所以一个类似x=(a+b)--的表达式是非法的。
转载请注明原文地址:https://kaotiyun.com/show/owjZ777K
0

相关试题推荐
最新回复(0)