Skip to content

Ampersand Operator

IsaacShelton edited this page Mar 21, 2022 · 1 revision

& Operator

The & operator has two uses:

Example of & operator being used as the address-of operator:

&my_variable

Example of & operator being used as the bitwise-and operator:

value1 & value2
Clone this wiki locally