Operator
An operator performs an operation on data.
Mathematical Operators
Mathematical operators perform a mathematical operation on data.
Relational Operators
Relational operators compare data by relation.
Other
Unary Operators
Most operators work on two pieces of data. Unary operators only require one. The ++ operator from C++ is an example of this.
a_var = 2;
a_var++;
After the above code has been executed, a_var will contain 3.
Related Pages
| Categories: Data : Operators : Math : Programming |
page_revision: 4, last_edited: 1237847174|%e %b %Y, %H:%M %Z (%O ago)