-
-
Notifications
You must be signed in to change notification settings - Fork 9
Pointer Type
IsaacShelton edited this page Mar 21, 2022
·
1 revision
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: