Binary operators
Previous
Categories of Operators and Punctuators
Next
Binary plus and minus operators ('+' and '-')
Multiplicative operators ('*', '/' and '%')
Bitwise shift operators ('<<' and '>>')
Logical and bitwise operators ('&', '^', '|', '&&' and '||')
Assignment operators ('=' etc.)
Relational operators ('<', '>', '<=' and '>=')
Equality operators ('==' and '!=')
Selection (structure-access) operators ('.' and '->')