Define the Classification of Operators in C Language?
Depending on the function performed the operator can be classified as
1. Arithmetic Operator
2. Logical Operator
3. Increment and Decrement Operator
4. Bit wise Operator
5. Modulo Division Operator
6. Conditional
7. Relational
8. Assignment
In addition to this classification the operators can also be designated as unary, binary or ternary depending on whether they operate on one, two or three operators respectively and the data items that operators act upon are called as operands.