Operators
Operator
Example
.
access struct member
&
Return the address of a variable
*
Pointer to a value
?:
Condition Expression
->
struct pointer to a access value of a member
.
struct pointer to a access address of amember
Last updated
Operator
Example
.
access struct member
&
Return the address of a variable
*
Pointer to a value
?:
Condition Expression
->
struct pointer to a access value of a member
.
struct pointer to a access address of amember
Last updated