C-style string
Appearance
English
[edit]Etymology
[edit]After the C programming language, which uses this type of string by default.
Noun
[edit]C-style string (plural C-style strings)
- (programming) A string which uses a null value to mark its own end.
- Synonyms: C-string, null-terminated string
- Coordinate term: Pascal string