Operators (C)

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

The latest version of this topic can be found at Operators (C).

operator`: one of
[ ] ( ) . –>++ –– & * + – ~ ! sizeof/ % << >> <> <= >= == != ^ | && !!? := *= /= %= += –= <<= >>= &= ^= |=, # ##

assignment-operator: one of
= *= /= %= += –= <<= >>= &= ^= |=

Lexical Grammar

Show: