出典:Wiktionary
出典:『Wiktionary』 (2025/11/30 16:56 UTC 版)
C-string (plural C-strings)
C-string (plural C-strings)
"Hello" has six characters even though only five are enclosed in double quotation marks.
出典:Wikipedia
出典:『Wikipedia』 (2011/06/11 10:15 UTC 版)
In computing, a C string is a character sequence terminated with a null character ('\0', called NUL in ASCII). It is usually stored as one-dimensional character array. The name refers to the C programming language which uses this string representation. Alternative names are ASCIIZ (note that C strings do not imply the use of ASCII) and null-terminated string.