- Published on
TIL: `\0` in C is actually in octal number notation
The \0
NUL character in C is an octal representation. \x0
would be its hexadecimal equivalent.
The \0
NUL character in C is an octal representation. \x0
would be its hexadecimal equivalent.