- == (Is equal to)
- != (Is not equal to)
- >= (Is greater than or equal to)
- <= (Is less than or equal to)
- |= (Bitwise Or)
- &= (Bitwise And)
- | (Bitwise Or)
- + (Add)
- - (Subtract)
- / (Divide)
- * (Multiply)
- & (Bitwise And)
- && (And)
- || (Or)
- > (Greater than)
- < (Less than)
- += (Add)
- -= (Subtract)
- /= (Divide)
- *= (Multiply)
- << (Binary shift left)
- >> (Binary shift right)
- ^ (Exclusive Or)
- % (Modulus)
- = (Assign)
- ! (Not)
- ++ (Increment)
- -- (Decrement)
- ~ ( Bitwise Not )
- ? ( condition )
I hope thats all the operators and expressions.. I could be missing a few.. But I'm to tired to check the list. its 4

0am here so I'm heading to bed.
Edit: Oops missed one

erm crap missed 2 more ROFL.. they are ones I use all the time too.
Edit: Pizzahut mentioned the ones I missed. I added them to the list.