xxxxxxxxxx
In source code, the null character is often represented as the
escape sequence \0 in string literals (for example, "abc\0def")
or in character constants ('\0')
Other escape sequences that are found in use in various languages
are \000, \x00, \z, or \u0000