String (computer science)  

From The Art and Popular Culture Encyclopedia

(Redirected from Character string)
Jump to: navigation, search

Related e

Wikipedia
Wiktionary
Shop


Featured:

In computer programming, a string is traditionally a sequence of characters, either as a literal constant or as some kind of variable. The latter may allow its elements to be mutated and the length changed, or it may be fixed (after creation). A string is generally considered as a data type and is often implemented as an array data structure of bytes (or words) that stores a sequence of elements, typically characters, using some character encoding. String may also denote more general arrays or other sequence (or list) data types and structures.

See also





Unless indicated otherwise, the text in this article is either based on Wikipedia article "String (computer science)" or another language Wikipedia page thereof used under the terms of the GNU Free Documentation License; or on research by Jahsonic and friends. See Art and Popular Culture's copyright notice.

Personal tools