Operations and Expressions

Top 

Expressions

An expression consists of one or more operands and operation symbols.

Examples:

a++

b = 10

x = (y * z) / w

Note. Any expression ending with semi is the operator.

Operand Metadesignation

Arithmetic Operations

Assignment Operations

Relation Operations

Logical Operations

Bit Operations

Array Operations

Other Operations

Operation Execution Priorities and Order

Operand Execution Order

Arithmetic Conversions in Expressions