String Zero: Difference between revisions
Jump to navigation
Jump to search
m (translation corrected) |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{ | {{lang|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}}. | ||
Revision as of 05:47, 15 November 2022
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
.