Introduction - If you have any usage issues, please Google them yourself
Array element as pointer to array of pointers to arrays example: int* pa [3] array has three elements, each element is an int pointer pa is a pointer pointing to the one-dimensional array of pointers, the two pointers