String Zero
Jump to navigation
Jump to search
String Zero commonly referred to as "sz" or "Null-Terminated String" is a string followed by a Null Character.
In C++, a null character is written as '\0'
See also: Wikipedia:Hungarian notation