Array with pointers is just like a usual array with a maximum number of size. Each position of the array it does not hold an integer or float or char or a struct. It holds a pointer.
What a pointer is ?
Imagine the computer s memory like a huge array which hold different kind of values. The variable which holds the pointer what it actually holds is the address of a block of memory. It does not hold the value of an integer but if you have int *a; , it means that the variable a which is store in a memory address hold the address of something which is integer.
点人总是持有4个 by。 因此,有点人阵列意味着每个职位都显示一些记忆。 如果你有10个点的愤怒阵列,则意味着每个阵地都显示一个记忆组的地址(该组储存着一种愤怒)。 因此,阵列有10个点,其中每一个点都显示为愤怒。