| title | C primary expressions | |
|---|---|---|
| description | Explain what a C primary expression is | |
| ms.date | 12/08/2020 | |
| helpviewer_keywords |
|
Primary expressions are the building blocks of more complex expressions. They may be constants, identifiers, a Generic selection, or an expression in parentheses.
primary-expression:
identifier
constant
string-literal
( expression )
generic-selection
expression:
assignment-expression
expression , assignment-expression