Operators are tokens that trigger some computation when applied to variables and other objects in an expression.
Unary operators require only one operand. e.g. -a, not b etc.
Binary operators require two operands. e.g. a+b, a%b etc.
Operators are tokens that trigger some computation when applied to variables and other objects in an expression.
Unary operators require only one operand. e.g. -a, not b etc.
Binary operators require two operands. e.g. a+b, a%b etc.