String Zero: Difference between revisions
Jump to navigation
Jump to search
("proceded" isn't the opposite of "preceded" ("succeeded" is)) |
mNo edit summary |
||
| (9 intermediate revisions by 7 users not shown) | |||
| Line 1: | Line 1: | ||
'''''S'''tring '''Z'''ero'' commonly referred to as "sz" or "Null-Terminated String" is a [[string]] followed by a | {{lang|String Zero}} | ||
{{stub}} | |||
'''''S'''tring '''Z'''ero'' commonly referred to as "sz" or "Null-Terminated String" is a [[string]] followed by a {{wiki|null character}}. | |||
In C++, the {{wiki|escape character}} for null is <code>\0</code>. | |||
==See also== | |||
*{{w|Hungarian notation}} | |||
[[Category:Glossary]] | [[Category:Glossary]] | ||
[[Category:Variables]] | |||
Latest revision as of 02:52, 3 February 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.