Table of contents
1. Binary arithmetic operators2. Unary operators: +, -, ++, and --
3. Operator precedence and associativity
4. Type conversions and casts in C
4.1. Promotion rules for binary expressions
4.2. Example of type promotion
4.3. Narrowing conversions
4.4. Using casts in C
4.5. Example programs
5. Errors: divide-by-zero and overflow
6. Examples of arithmetic operations in C
7. Conclusion and reference