Arrays of Strings
Learn how to make an array of strings using pointers.
We'll cover the following...
We have seen that strings are just arrays of characters, terminated by a null character. We have also seen that the variables that hold strings (like ...