Final answer:
The operator used to get the address of a variable is the & operator.
Step-by-step explanation:
The operator used to get the address of a variable is the & operator. It is called the address-of operator and it returns the memory address where the variable is stored.