Content deleted Content added
searching a substring in a longer string and sorting a list of strings |
A common representation is an array of character codes, occupying one byte (e.g. in ASCII code) or two bytes (e.g. in unicode) each. |
||
Line 3:
== Representation in programming languages ==
A common representation is an [[array]] of
Here is an example of a NUL terminated string stored in a 10 [[Integral data types|byte]] buffer, along with its ASCII representation:
|