An operator is a symbol that specifies an operation to be performed on the operands. The data items are called operands.
The operators are usually form a part of mathematical or logical expressions.
Types of Operator and Punctuators
- Arithmetic Operator
- Assignment Operator
- Bitwise Operator
- Conditional Operator ( Ternary Operator )
- Logical Operator
- Relational Operator
- Unary Operator
- Punctuators