Programming Basics/Strings

A string is a data type used to store sequences of characters. Strings are often simply an array of characters.
A string is a data type used to store sequences of characters. Strings are often simply an array of characters.