De/String Zero: Difference between revisions
< De
Jump to navigation
Jump to search
m (Using L template for links) |
m (obsolete language category) |
||
Line 7: | Line 7: | ||
*{{L|Wikipedia:Hungarian notation|Ungarische Notation}} | *{{L|Wikipedia:Hungarian notation|Ungarische Notation}} | ||
{{ACategory|Glossary}} | |||
{{ACategory|Variables}} |
Latest revision as of 03:17, 22 August 2024
String Zero wird häufig als "sz" oder "Null-Terminated String" ("null-terminierter String") bezeichnet ist ein string , gefolgt von einem null-Zeichen.
In C++ ist das Escapezeichen für null
\0
.