The C Programming Language¶
Kernighan, B. W., & Ritchie, D. M. (1988). The C Programming Language. Prentice Hall.
Cited by¶
3 citations across 3 artifacts.
Each citation links to the sentence it supports in the citing article.
Primes¶
- Law of Conservation of Complexity
- A manual-memory language (C) puts the whole floor on the programmer: every
mallocmatched by afree, every ownership-and-lifetime decision borne by human reasoning.This sourceSpecifies manual memory management (malloc/free) that places the whole burden of object-lifetime decisions on the programmer.
- A manual-memory language (C) puts the whole floor on the programmer: every
- Metonymy
- URLs, handles, foreign keys, and symbolic links all instantiate the same move — refer to the data through an attached locator rather than carrying the data itself.
This sourceDefines pointers as addresses standing in for the data they reference, with dereferencing recovering the referent.
- URLs, handles, foreign keys, and symbolic links all instantiate the same move — refer to the data through an attached locator rather than carrying the data itself.
Domain-specific¶
Verification¶
This reference passed the adversarial substantiation pipeline: it was checked to exist and to support the claim it is attached to. See how references were verified.
Links previously used in the corpus¶
Before the registry existed this work was also linked 1 other way.
Registry ID ref:6b0c659e4ad9 · see in the full table