String Zero: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
Thunder4ik (talk | contribs) m (→See also: clean up, added stub tag) |
||
Line 9: | Line 9: | ||
[[Category:Glossary]] | [[Category:Glossary]] | ||
[[Category:Variables]] | [[Category:Variables]] | ||
{{stub}} |
Revision as of 02:41, 6 January 2024
String Zero commonly referred to as "sz" or "Null-Terminated String" is a string followed by a null character.
In C++, the escape character for null is
\0
.
See also