Difference between revisions of "String (computer science)"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(External Links)
Line 22: Line 22:
 
[[Category:Data]]
 
[[Category:Data]]
 
[[Category:Data types]]
 
[[Category:Data types]]
 +
[[Category:Symbol]]
 +
[[Category:Text]]

Revision as of 12:35, 24 April 2016

In computer programming, a string is traditionally a sequence of characters, either as a literal constant or as some kind of variable.

See also

External Links