Thus, iptr
identifies a location that contains an address that
refers to a location in memory that contains an integer, whereas
*iptr
identifies a location in memory that contains an integer.
Because the asterisk has the effect of removing the italicized part of the preceding sentencethe part containing the words refers tothe asterisk is often called the dereferencing operator.