ILE C/C++ Language Reference

Unary expressions

A unary expression contains one operand and a unary operator.

The supported unary operators are:

All unary operators have the same precedence and have right-to-left associativity, as shown in Table 22.

As indicated in the descriptions of the operators, the usual arithmetic conversions are performed on the operands of most unary expressions.

Related information



[ Top of Page | Previous Page | Next Page | Contents | Index ]