- Operators are the special types symbols or characters which are used to compute values, and perform different types of operations with operands.
- Operands are the variables or constant values on which the operation is done.
- In expression a + b,
- + is operator
- a and b are operand
- whole expression is called as the operation.
- Some operators are:
- Arithmetic operator
- Logical operator
- Relational operator
- Assignment operator