Operators in C language

An operator is symbol that tell the compiler to perform certain mathematical or logical manipulates. 
Operators are used in program to manipulate data and variables.

C operators are classified into following types


 


Types Of Operators 

• Arithmetic Operator.
• Relational Operator.
• Logical Operator.
• Bitwise Operator.
• Assignment Operator.
• Conditional Operator.
• Special Operator.