Jump to content

Null-terminated string: Difference between revisions

From EDM2
Created page with "A string of (n+1) characters where the (n+1)th character is the "null" character (X'00') and is used to represent an n- character string with implicit length. Also called a "z..."
 
Ak120 (talk | contribs)
m Redirected page to ASCII#ASCIIZ
Line 1: Line 1:
A string of (n+1) characters where the (n+1)th character is the "null" character (X'00') and is used to represent an n- character string with implicit length. Also called a "zero-terminated" string or an "ASCIIZ". string.
#REDIRECT[[ASCII#ASCIIZ]]
 
[[Category:Glossary]]

Revision as of 22:01, 28 October 2017

Redirect to: