i have a global array of char pointers declared as:
char *strings[ARRAY_SIZE];
I don't seem to understand the arithmetic necessary to compare individual characters in each array element. I haven't had any luck finding concise examples. Maybe someone can point me in the right direction?