An operator is a symbol which is used to operate an operand
or variable to perform some mathematical and logical operations.
The mathematical operations are +, - ,* etc.
and the logical operations are AND, OR, NOT etc.
There are 8 types of operators:
- Arithmetic Operators
- Relational Operators
- Logical Operators
- Conditional Operators
- Increment and Decrement Operators
- Assignment Operators
- Bitwise Operators
- Special Operators
No comments:
Post a Comment