AI Features

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 ...