Menu
About
Books
Projects
Meta
Index
modern_c.htm
Notes on Modern C
Chapter 3
The value 0 represents logical false. Any value diff from 0 represents logical true.
e.g., if (i)