Content deleted Content added
Colin dellow (talk | contribs) No edit summary |
Colin dellow (talk | contribs) No edit summary |
||
Line 1:
A string has special connotations in the world of [[computing]]. It is literally a group of letters "strung" together. The most common string is the "null-terminated" (also known as nil-terminated, or 0-terminated) string. It receives this name based on the way it stores data.
For instance, a program may want to receive input of variable length. It requests 10 [[
<PRE>
|