| 释义 | 
		Definition of null character in English: null characternoun Computing A character denoting nothing, usually represented by a binary zero.  Example sentencesExamples -  Remember the way strings work in C: they consist of a bunch of bytes followed by a null character, which has the value.
 -  Additional null characters may follow the string, padding it out to a size that ensures the following structure is properly aligned.
 
    Definition of null character in US English: null characternoun Computing A character denoting nothing, usually represented by a binary zero.  Example sentencesExamples -  Remember the way strings work in C: they consist of a bunch of bytes followed by a null character, which has the value.
 -  Additional null characters may follow the string, padding it out to a size that ensures the following structure is properly aligned.
 
     |