String

esse quam videri
Revision as of 15:51, 31 July 2019 by Pedro (talk | contribs) (Definition)
Jump to: navigation, search

Definition

A string is a sequence of characters. Because strings are composed of characters, strings can inherently hold letters, numbers, and symbols.

Relevance

Strings are a common data type that are used for information such as user input, names, descriptions, etc.

Explanation

Concatenation can be used with strings to combine them together. Strings can also be converted into an array of characters.


Resources

See also

Notes

External Links