null-terminated string (Q5884): Difference between revisions
Jump to navigation
Jump to search
Created a new Item: null-terminated string, character string terminated by the null byte (0x00); used in e.g. the C programming language |
(No difference)
|
Revision as of 17:49, 26 March 2023
character string terminated by the null byte (0x00); used in e.g. the C programming language
- C-style string
- 0-terminated string
Language | Label | Description | Also known as |
---|---|---|---|
English | null-terminated string |
character string terminated by the null byte (0x00); used in e.g. the C programming language |
|