Operator is a special symbol which performs arithmetical and logical operations. C/C++ is very rich in built-in operators. In fact, it places more significance on operators than do most other computer languages. There are four main classes of operators: arithmetic, relational, logical, and bitwise.
All the operators of C language are C++ operators
1. Arithmetic Operator
2. Assignment Operator
3. Conditional Operator ( ? :)
4. Relational Operator
5. Logical Operator
6. Increment/Decrement Operator
7. Bitwise Operator
8. Special Operator (comma, sizeof())