Declarators: Maximum number

ANSI 3.5.4   The maximum number of declarators that can modify an arithmetic, structure, or union type

Microsoft C does not limit the number of declarators. The number is limited only by available memory.

See Also

Concepts

Implementation-Defined Behavior