Skip to main content
Logo image

Chapter 20 Strings

Though we have learned how to scan, store, and print individual characters, we may want to work with (have the user enter, store, print) whole words, phrases, or even sentences. That’s where strings come into the picture. A string is basically an array or characters with a special feature.
In this chapter, we will learn about strings, their features, and how to use them in our code.