Ans:an operators is symbol that specifies the mathematical,logical or relational operation to be performed.C language supports different types of operators ,which can be used with variables and constant to from expressions .
$these operators can be categorized into the following major groups:
1.arithmetic operators
2 .relational operators
3.Equality operators
4.Logical operators
5. Unary operators
6.Conditional operators
7.Bitwise operators
8.Assignment operators
9.Comma operators
10.sizeof operators