There was an error while loading. Please reload this page.
The * operator is used for dereferencing pointer values.
*
*my_pointer
*(x as *int)
The * operator has other uses, such as in pointer types, and the multiplication operator.
Table of Contents