String Zero: Difference between revisions
Jump to navigation
Jump to search
m (linked the german translation, moved the categories to the bottom) |
m (translation corrected) |
||
Line 1: | Line 1: | ||
{{otherlang2 | {{otherlang2 | ||
| | |de=String_Zero:de | ||
}} | }} | ||
'''''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}}. |
Revision as of 04:29, 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
.