I'm confused on how to interpret the following statement:
Is it a pointer to a char array or an array of char pointers? Advanced thanks.
Code:
char * varName[];
char * varName[];
char * varName[];
Comment