noun
null character
A control character with the code point 0, used in programming and data processing to mark the end of a string or as a placeholder.
C言語では、文字列の終端にヌル文字が置かれる。
In C, a null character is placed at the end of a string.
このファイルには不要なヌル文字が含まれている。
This file contains unnecessary null characters.