若要获取计算结果为固定变量的一元表达式的地址,请使用 address-of 表达式。该表达式采用的形式为:

&unary expression

参数

&

address-of 运算符

unary expression

计算结果为 fixed 变量的表达式。

Expand 图像备注

Expand 图像示例

Expand 图像输出

Expand image请参见