Positron Compiler Documentation

Null Terminated

Positron8 · Revision 4.0.6.5 · PDF page 39

Null is a term used in computer languages for zero. So a null terminated String is a collection of characters followed by a zero in order to signify the end of characters. For example, the string of characters "Hello", would be stored as: -

"H", "e", "l", "l" ,"o", 0

Notice that the terminating null is the value 0 not the character "0".

View original PDF page 39Open page in PDFOriginal PDF page 39