Searching map area
String (computer science)
Y? 50%
Sequence of characters, data type
Ratings
0
Nobody has rated this yet. Be the first!
Subclasses
1
Influencing rating
Y? 50%
Lists
0

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...