char *array[10];
char **ptr = array;
In my opinion, the structure of first sentence is below diagram:
But the last sentence, whether this array equal array [0]? And ptr pointer to array[0],array[0] pointer to char? If that's right, How can I draw this diagram of structure ?