A pointer value is a memory address that holds some a value of some type
An address of an int location is a "pointer to an int".
An address of a float location is a "pointer to a float".