Operators are operations that act on data types. There are arithmetic operators, assignment operators, relational operators, logical operators, and bitwise operators. Arithmetic operators can operate either on one number (unary) or two numbers (binary). Here is a list of the 9 operators in C and what they do.
Unary:
Binary:
5. +
6. -
7. *
8. /
9. %