⇤ ← 于2007-07-18 22:27:43修订的的版本1
大小: 379
备注:
|
大小: 435
备注:
|
删除的内容标记成这样。 | 加入的内容标记成这样。 |
行号 1: | 行号 1: |
## page was renamed from TCPL/A.7.4.2 Address Operator |
A.7.4.2 Address Operator
The unary operator & takes the address of its operand. The operand must be an lvalue referring neither to a bit-field nor to an object declared as register, or must be of function type. The result is a pointer to the object or function referred to by the lvalue. If the type of the operand is T, the type of the result is pointer to T.