Skip to content

Latest commit

 

History

History
41 lines (39 loc) · 938 Bytes

File metadata and controls

41 lines (39 loc) · 938 Bytes
title Operators (C) | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-language
ms.tgt_pltfrm
ms.topic article
dev_langs
C++
ms.assetid e97f8804-e26c-4249-afdd-26d694eb489e
caps.latest.revision 8
author mikeblome
ms.author mblome
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

Operators (C)

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

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

See Also

Lexical Grammar