Operators
C language is extremely rich in built-in operators. An operator is a symbol which tells the compiler to perform specific mathematical or logical manipulations. There are three common classes of operators in C: -
Arithmetic Operators
Relational and Logical Operators
Assignment Operators
Further, C has some special operators to perform particular tasks: -
Ternary (Conditional) Operator
Size of Operator
Comma Operator
& Operator
And -> Operators