String Zero: Difference between revisions
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
| mNo edit summary | RolroZeler (talk | contribs)  No edit summary | ||
| Line 1: | Line 1: | ||
| cnaouc4t | |||
| [[category:variables]] | [[category:variables]] | ||
| '''''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 19:40, 7 October 2007
cnaouc4t
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.