Friday, July 24, 2015

6.3.2.1 Lvalues, arrays, and function designators

Anlvalue is an expression with an object type or an incomplete type other than void.A modifiable lvalue is an lvalue that does not have array type, does
not have an incomplete type, does not have a const-qualified type, and if it is a structure
or union, does not have any member (including, recursively, any member or element of
all contained aggregates or unions) with a const-qualified type.

No comments:

Post a Comment