|
于2007-07-19 07:43:56修订的的版本2
大小: 305
备注:
|
于2008-02-23 15:34:15修订的的版本3
大小: 305
备注: converted to 1.6 markup
|
| 未发现区别! | |
A.7.4.7 Logical Negation Operator
The operand of the ! operator must have arithmetic type or be a pointer, and the result is 1 if the value of its operand compares equal to 0, and 0 otherwise. The type of the result is int.