A variable that, instead of holding data, holds an addressWhen referring to memory, a binary number that shows where, within some memory block, the data you want is located. If you want to read or change that data, you have to give the address so that the right data is read or changed. where data is located. That is, it “points” to the data instead of being the data.