Home>Topic List>The difference between array pointer and pointer array

The difference between array pointer and pointer array

Array pointers and pointer arrays can be converted to each other in some cases, but they are not essentially the same. An array pointer is a pointer that points to the first element of an array; an array of pointers is an array in which each element is a pointer.