Operators

Operators: Operators are tokens that perform some computation when applied to variables and other objects in an expression. they can be unary or binary.
Unary Operators: Unary operators require one operator to operate upon. The following are examples of unary operators.
& Address operator
* Indirection operator
+ Unary plus
- Unary minus
~ Bitwise operator
++ increment operator
-- decrement operator
! Logical NOT LEARN MORE>>

No comments: