What are operators in C?
A symbol which used to perform logical and mathematical operations in c is known as operators.
C language supports a rich set of built-in operators.
Operators used to manipulate variables and data.
There are different types of operators in c
- Arithmetic operators
 - Relational operators
 - Logical operators
 - Bitwise operators
 - Assignment operators
 - Conditional operators
 - Special operators