Additive
Assignment
Bitwise
Logical
Miscellaneous
Multiplicative
Postfix
Cast: () | Function call: ( ) | Member access: . and –> |
Postfix decrement: –– | Postfix increment: ++ | Subscript: [ ] |
Relational and Equality
Equality: == | Greater than or equal to: >= | Greater than: > |
Less than or equal to: <= | Less than: < | Not equal: != |
Shift
Unary
Address-of: & | delete | Indirection: * |
Logical Negation: ! | new | One's Complement: ~ |
Prefix decrement: –– | Prefix increment: ++ | sizeof |
Unary Plus Operator: + | Unary Negation Operator: - |
thanks for shearing this..........
ReplyDelete