String Terminator

Top  Previous  Next

The string terminator of a C/C++ Ansi string is a NULL-byte. The string terminator of a C/C++ Unicode string is a NULL-word. The string terminators are not considered to be part of the actual string but they must be present at the end of text strings.