Operators and expression in C language

An operator is a symbol that specifies the mathematical , logical or relational operation to be performed expression is any computation that yields a value..
• operators are used in program to manipulate data and variable
1. Arithmetic operators
2. Relational operators
3. Logical operators
4. Assignment operators
5. Increment and decrement Operators
6. Conditional operators
7. Bit wise Operators
8. Special operators
Posted on by