Jump to content

Programming Basics/Strings

From Wikibooks, open books for an open world
Diagram showing a string structure.

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