Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.41 KB

expressions-and-assignments.md

File metadata and controls

30 lines (19 loc) · 1.41 KB
description title ms.date helpviewer_keywords ms.assetid
Learn more about: Expressions and Assignments
Expressions and Assignments
11/04/2016
assignment statements, values in expressions
expressions [C]
expressions [C], assigning values
Visual C, expressions
assignment operators, assigning values in expressions
operators [C], assigning values
assigning values in C
Visual C, assignments
9c72919f-0768-4b47-85ca-afdfec6847f4

Expressions and Assignments

This section describes how to form expressions and to assign values in the C language. Constants, identifiers, strings, and function calls are all operands that are manipulated in expressions. The C language has all the usual language operators. This section covers those operators as well as operators that are unique to C or Microsoft C. The topics discussed include:

See also

C Language Reference