Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 749 Bytes

operators-c.md

File metadata and controls

25 lines (23 loc) · 749 Bytes
title ms.custom ms.date ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic dev_langs ms.assetid caps.latest.revision author ms.author manager
Operators (C) | Microsoft Docs
11/04/2016
cpp-language
article
C++
e97f8804-e26c-4249-afdd-26d694eb489e
8
mikeblome
mblome
ghogen

Operators (C)

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

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

See Also

Lexical Grammar