ARITHMETIC OPERATORS – Arithmetic operators are used in mathematical expressions in the same way that they are used in algebra.

RELATIONAL OPERATORS – Reltional determine the relationship that one operand has to the other.

BITWISE OPERATORS –.Bitwise operator works on bits and performs bit-by-bit operation.
BOOLEAN OPERATORS – These are secondary versions of the Boolean AND and OR operators, and are commonly known as short-circuit logical operators. 