| → Operator Summary | operator | |
| → Addition Operator | addition-operator | + |
| → Additive Operators | additive-operator | + - |
| → Assignment Operators | assignment-operator | = += -= *= /= %= &= |= ^= <<= >>= |
| → Bitwise AND Operator | bitwise-and-operator | & |
| → Bitwise NOT Operator | bitwise-not-operator | ~ |
| → Bitwise OR Operator | bitwise-or-operator | | |
| → Bitwise XOR Operator | bitwise-xor-operator | ^ |
| → Boolean Operator | boolean-operator | && || ! |
| → Boolean AND Operator | boolean-and-operator | && |
| → Boolean NOT Operator | boolean-not-operator | ! |
| → Boolean OR Operator | boolean-or-operator | || |
| → Conditional Operator | conditional-operator | ? : |
| → Division Operator | division-operator | / |
| → Equality Operators | equality-operator | == != |
| → Multiplication Operator | multiplication-operator | * |
| → Multiplicative Operators | multiplicative-operator | * / % |
| → Negation Operator | negation-operator | - |
| → Postdecrement Operator | postdecrement-operator | -- |
| → Postincrement Operator | postincrement-operator | ++ |
| → Predecrement Operator | predecrement-operator | -- |
| → Prefix Operator | prefix-operator | ++ -- + - ! ~ * & () sizeof |
| → Preincrement Operator | preincrement-operator | ++ |
| → Relational Operators | relational-operator | > < >= <= |
| → Remainder Operator | remainder-operator | % |
| → Shift Left Operator | shift-left-operator | << |
| → Shift Right Operator | shift-right-operator | >> |
| → Subtraction Operator | subtraction-operator | - |
|
C Now
| C Operators |
| C++ Now | C++ Selection Operators |
| C# Now | C# Operators |
| COBOL Now | COBOL Operators |
| FORTRAN Now | FORTRAN Operators |
| Java Now | Java Operators |
| JavaScript Now | JavaScript Operators |
| Pascal Now | Pascal Operators |
| Perl Now | Perl Operators |
| PHP Now | PHP Operators |