int *a is a pointer to an integer
int **a is a pointer to an integer pointer
int ***a is a pointer to an integer Pointer's pointer's pointer
I feel a little dizzy.
Generally, if this is the case, the purpose is to open a 3-dimensional array. This should make it clear.