Null-terminated string

id: null-terminated-string-294-7582798
title: Null-terminated string
text: In computer programming, a null-terminated string is a character string stored as an array containing the characters and terminated with a null character (a character with an internal value of zero, called "NUL" in this article, not same as the glyph zero). Alternative names are C string, which refers to the C programming language and ASCIIZ (although C can use encodings other than ASCII). The length of a string is found by searching for the (first) NUL. This can be slow as it takes O(n) (linear
brand slug: wiki
category slug: encyclopedia
description: Data structure
original url: https://en.wikipedia.org/wiki/Null-terminated_string
date created:
date modified: 2023-11-12T10:21:00Z
main entity: {"identifier":"Q9357437","url":"https://www.wikidata.org/entity/Q9357437"}
image:
fields total: 13
integrity: 14

Related Entries

Explore Next Part