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

























