Operators In C Programming Language

An operator is a symbol that instrut the compiler to perform some operations with one or more operands.
Operators are used in a program to manipulate data and variables.

C operators are classified into a number of categories :
-Arithmetic Operators
-Relational Operators
-Logical Operators
-Assignment Operators
-Unary Operators
-Conditional Operators
-Comma Operators
-Bitwise Operators