null-terminated string
Sign in to saveAlso known as C-style string, 0-terminated string, C string, NUL-terminated string
character string terminated by the null byte (0x00); used in e.g. the C programming language
Also known as C-style string, 0-terminated string, C string, NUL-terminated string
character string terminated by the null byte (0x00); used in e.g. the C programming language