—Chapter 2, “Writing Your First C Program,” takes you on your maiden C programming voyage.
The Absolute Minimum
This chapter introduced you to the C programming language and helped you select a
compiler to edit, debug, and run your program. Here are a few key points to remember:
- Get a C compiler and install it on your computer.
- Get ready to learn the C programming language.
- Don’t worry that C is too complex. This book breaks down C concepts into easily
digestible bits. With practice, you will do just fine.