|
于2007-07-19 07:46:11修订的的版本2
大小: 396
备注:
|
于2008-02-23 15:35:50修订的的版本3
大小: 396
备注: converted to 1.6 markup
|
| 未发现区别! | |
A.7.4.3 Indirection Operator
The unary * operator denotes indirection, and returns the object or function to which its operand points. It is an lvalue if the operand is a pointer to an object of arithmetic, structure, union, or pointer type. If the type of the expression is pointer to T, the type of the result is T.