String Zero: Difference between revisions
Jump to navigation
Jump to search
m (revert) |
m (linked the german translation, moved the categories to the bottom) |
||
Line 1: | Line 1: | ||
{{otherlang2 | |||
|en=String_Zero | |||
}} | |||
'''''S'''tring '''Z'''ero'' commonly referred to as "sz" or "Null-Terminated String" is a [[string]] followed by a {{wiki|null character}}. | '''''S'''tring '''Z'''ero'' commonly referred to as "sz" or "Null-Terminated String" is a [[string]] followed by a {{wiki|null character}}. | ||
Line 6: | Line 8: | ||
==See also== | ==See also== | ||
*[[Wikipedia:Hungarian notation]] | *[[Wikipedia:Hungarian notation]] | ||
[[Category:Glossary]] | [[Category:Glossary]] | ||
[[Category:Variables]] |
Revision as of 04:28, 26 April 2013
Template:Otherlang2
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
.