What is an array of c-strings? Since a c-string is really an array of characters, an array of c-strings is really a 2-D array of characters; the question is, does it go row-wise or column-wise. Write a program to find out.