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 DDK Glossary - N
 
(One intermediate revision by the same user not shown)
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[[DDK Glossary - N]]
 
[[Category:Glossary]]

Latest revision as of 23:55, 1 February 2020

Redirect to: