| title | ms.custom | ms.date | ms.prod | ms.reviewer | ms.suite | ms.technology | ms.tgt_pltfrm | ms.topic | dev_langs | helpviewer_keywords | ms.assetid | caps.latest.revision | ms.author | manager | translation.priority.ht | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
C Unary Operators |
na |
10/14/2016 |
visual-studio-dev14 |
na |
na |
|
na |
article |
|
|
743e00b1-f874-4c0d-b211-8c24d4af9739 |
7 |
mithom |
ghogen |
|
Unary operators appear before their operand and associate from right to left.
unary-expression:
postfix-expression
++ unary-expression
-- unary-expression
unary-operator cast-expression
sizeof unary-expression
sizeof ( type-name )
unary-operator: one of
& * + – ~ !