Skip to content

Latest commit

 

History

History
96 lines (58 loc) · 2.39 KB

File metadata and controls

96 lines (58 loc) · 2.39 KB
title Expressions with Binary Operators | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-language
ms.tgt_pltfrm
ms.topic language-reference
dev_langs
C++
helpviewer_keywords
operators [C++], binary
binary operators [C++]
expressions [C++], binary operators
ms.assetid 6dea3df4-a4bd-42c3-9807-4a27c120ac9a
caps.latest.revision 7
author mikeblome
ms.author mblome
manager ghogen

Expressions with Binary Operators

Binary operators act on two operands in an expression. The binary operators are:

See Also

Types of Expressions