24
V\QWD[
n
C-language string :
A C-language string consists of one or more characters.
The last character of the string is always the NULL (\x00)
character. Therefore, the length of a C-language string is
determined by the position of the NULL character.
Example : "hello world"
’h’
\x68
’e’
\x65
’l’
\x6c
’l’
\x6c
’o’
\x6f
’ ’
\x20
’w’
\x77
’o’
\x6f
’r’
\x72
’l’
\x6c
’d’
\x64
NULL
\x00
Summary of Contents for BarcoGraphics Maxwell/ 6300
Page 1: ...Printing date 13 01 2004 R5975236 Revision 08 Revision date 13 01 2004 ...
Page 2: ......
Page 3: ...3 QGH ...
Page 16: ...16 RPPXQLFDWLRQ EDVLFV ...
Page 27: ...27 OHPHQWDU FRPPDQGV ...
Page 69: ...69 GYDQFHG FRPPDQGV ...
Page 499: ...499 SSHQGL RPPDQG VXPPDU ...