Operator
(programming) a (usually) symbolic function applied to one or more values, called operands, which calculates some result from the operand values.
(quantum mechanics) a linear transformation from a Hilbert space to itself.
(telecommunications) someone employed by a telephone company to route calls.

Contents

→ 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 -

External Links

MSDN C Operators Visual Studio 10.0 (2010) .NET 4.0
MSDN C Operators Visual Studio 9.0 (2008) .NET 3.5
MSDN C Operators Visual Studio 8.5 .NET 3.0
MSDN C Operators Visual Studio 8.0 (2005) .NET 2.0
MSDN C Operators Visual Studio 7.1 (2003) .NET 1.1

Other Languages

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