This is the definition that this pointer points to an integer variable.
It is not a declaration, but a value operator.
int a = 3 * p = & ampa;
printf("%d ",* p); At this time, the * sign is the value pointed by the value operator pointer p. . .
In addition, the * symbol can also be used to get the values of elements in an array. .