There was an error while loading. Please reload this page.
Pointer types are prefixed with an *.
*
*Type
Since * is a type modifier, it can be repeated or combined with other type modifiers:
**Type *100 int 16 16 *int
To operate on pointer values, the following operators are used:
&
.
Table of Contents