From the declaration, all you know is that char **array means that "array" is a pointer to a pointer to a character. It's possible that "array" is a pointer to one of many pointers in an array of...