Operators in C 

Operators in C fall into 4 categories:

[logical, relational, arithmetic, equality] 

Logical operators:

[&&, || ,!]

Relational operators:

[ < , <= , > , >= ]

arithmetic operators:

[* , / , % , - , + ]

equality operators:

[== , !=]