Get Memory Address

Get Memory Address

Prepending & to any variable's name gets the variable's address. & is the reference operator that returns a pointer to a variable using the following form:

&myInt;