Arrays of Strings
Let's 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 ...
Let's learn how to make an array of strings using pointers.
We have seen that strings are just arrays of characters, terminated by a null character. We ...