* Description: Initializing an array of strings with user input using C, where * the "array of strings" is a 2D char array with a string stored in each row of * the 2D array.
* Description: The difference between a string stored in a char array compared * to a pointer to a string literal in C. i.e. the difference between ...