Strings
#10

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 understood as a data type and is often implemented as an array of bytes (or words) that stores a sequence of elements, typically characters, using some character encoding. A string may also denote more general arrays or other sequence (or list) data types and structures.

-From wikipedia
Reply


Messages In This Thread
Strings - by Le3aT - 23.05.2014, 14:27
Re: Strings - by TheSimpleGuy - 23.05.2014, 14:29
Re: Strings - by NaClchemistryK - 23.05.2014, 14:29
Re: Strings - by Rittik - 23.05.2014, 14:34
Re: Strings - by NaClchemistryK - 23.05.2014, 14:38
Re: Strings - by Rittik - 23.05.2014, 14:40
Re: Strings - by NaClchemistryK - 23.05.2014, 14:44
Re: Strings - by Rittik - 23.05.2014, 14:47
Re: Strings - by Le3aT - 23.05.2014, 15:08
Re: Strings - by Rittik - 23.05.2014, 15:15

Forum Jump:


Users browsing this thread: 4 Guest(s)