Difference between revisions of "String"

(New page: A '''string''' is a datatype that signifies an ordered sequence of characters. For example, "23958a23b" is a string. Note that "222" is not equal to the number 222. A special s...)
(No difference)

Revision as of 20:40, 9 December 2008

A string is a datatype that signifies an ordered sequence of characters.

For example, "23958a23b" is a string.

Note that "222" is not equal to the number 222.

A special string function is concatenation.

Concatenate: "222"+"123"="222123"

This article is a stub. Help us out by expanding it.