[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
COperator
List of operators:
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
COperator
(C) operator
A conventional notation for built-in operation, such as +, *, and &.List of operators:
- &, bitwise and operator
- |, bitwise or operator
- ^, bitwise xor operator
- ~, bitwise not operator
- ,, comma operator
- --, decrement operator
- /, divide operator
- /=, divide assign operator
- =, assign operator
- ==, equal operator
- >, greater than operator
- >=, greater than or equal operator
- ++, increment operator
- <, less than operator
- <=, less than or equal operator
- &&, logical and operator
- ||, logical or operator
- ., member access operator
- ->, member access operator
- -, minus operator
- -=
- %, modulus operator
- *, multiply operator
- *=, multiply assign operator
- !=, not equal operator
- +, plus operator
- +=, plus assign operator
- ?:, questionmark colon operator
- [], index operator
'operator' links
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
