This chapter reviews the properties of the C programming language. Example programs are given to illustrate the different areas that C covers, for example, for, while, do-while loops, user-defined functions, switches, mathematical functions, file access, and so on.
The programs tend to bring together similar properties, for example, mathematical functions, and incorporate them as single programs. The reader can just use the part of these programs that they need for their program.
1.1 Arithmetic
This program starts with the basic process of asking the user to enter some data. Here, we will use the term ...