Technical requirements
Throughout the rest of this book, unless otherwise mentioned, you will continue to use your computer with the following:
- A plaintext editor of your choice
- A console, terminal, or command-line window (depending on your OS)
- A compiler – either the GNU Compiler Collection (GCC) or Clang (
clang
) for your particular OS
For consistency, it is best if you use the same computer and programming tools for all of the exercises. By doing so, you can focus more closely on the details of C.
The source code for this chapter can be found at https://github.com/PacktPublishing/Learn-C-Programming-Second-Edition/tree/main/Chapter02. Continue to type in the source code yourself and get your versions of the programs to run correctly.