Share via


C Primary Expressions

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

The latest version of this topic can be found at C Primary Expressions.

The operands in expressions are called "primary expressions."

Syntax

primary-expression:
identifier

constant

string-literal

(  expression  )

expression:
assignment-expression

expression  ,  assignment-expression

See Also

Operands and Expressions