Alternative Representations of Operators and Punctuators

In addition to the reserved language keywords, the following alternative representations of operators and punctuators are also reserved in C and C++:

and
and_eq
bitand

bitor
compl
not

not_eq
or
or_eq

xor
xor_eq

Related References

IBM Copyright 2003