Related to array & pointer

what is

int *arr;

int *arr;
It means arr is a pointer to an integer.