String Zero: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
InvaderZim (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
[[category:variables]] | [[category:variables]] | ||
'''''S'''tring '''Z'''ero'' commonly referred to as "sz" or "Null-Terminated String" is a [[string]] followed by a [[Wikipedia:Null character|Null Character]]. | '''''S'''tring '''Z'''ero'' commonly referred to as "sz" or "Null-Terminated String" is a [[string]] followed by a [[Wikipedia:Null character|Null Character]]. | ||
In C++, a null character is written as '\0' | |||
'''See also:''' [[Wikipedia:Hungarian notation]] | '''See also:''' [[Wikipedia:Hungarian notation]] | ||
[[Category:Glossary]] | [[Category:Glossary]] |
Revision as of 19:23, 3 July 2006
String Zero commonly referred to as "sz" or "Null-Terminated String" is a string followed by a Null Character.
In C++, a null character is written as '\0'
See also: Wikipedia:Hungarian notation