Stephen G. Kochan
Here’s a structured overview and useful summary of the key topics from and Patrick H. Wood’s book Topics in C Programming (originally published in 1991, but still highly relevant for deep C understanding).
However, the legacy of Topics in C Programming lies perhaps most in its pedagogical style. Kochan is renowned in the technical community for his ability to distill complex topics into digestible prose without dumbing them down. Unlike the "guru" texts that relied on dense, clever code, Kochan and Wood prioritized readability and maintainability. They taught a generation of programmers that code is read by humans more often than it is executed by machines, fostering a philosophy of clean, logical structure that remains relevant today.
2. Modular Programming and Separate Compilation
- C has several built-in data types:
Control Structures