So to create a string this way, we use an array of type char. A char is simply a character and is held within ' '.

Even though pikachu has only 7 letters, the array has to be sized 8 to hold the null character.

It's best to avoid this type of string creation, we'll cover a better way next. But it's good to be aware in case you ever come across it!