![]() |
Dereferencing operator ('*') |
Previous | Unary operators | Next |
In the expression
* exprwhich means "the object pointed to by expr", the expr must have type "pointer to type," where type is any data type. The result of the indirection is of type type.