Unary, Binary and Ternary Operator
Operator that takes only one operand to work with, is called Unary Operator. And operator which takes two operand to work with is called Binary Operator and Operator that takes three operand to work with is called Ternary Operator.
- Unary Operator
- Negation Operator
- Increment Operator
- Decrement Operator
- Binary Operator
- Addition Operator
- Subtraction Operator
- Multiplication Operator
- Division Operator
- Ternary Operator
- Conditional Statement Operator