* `if-else` statements: ```c if (condition) // code to execute if condition is true else // code to execute if condition is false
It doesn’t waste time on basic syntax. Instead, it walks you through: Stephen G Kochan- Patrick H Wood Topics in C Programming
: First published in the late 1980s, some topics (like X-Windows) may feel legacy to modern developers. * `if-else` statements: ```c if (condition) // code