Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 570 Bytes

declarators-maximum-number.md

File metadata and controls

16 lines (12 loc) · 570 Bytes
description title ms.date helpviewer_keywords ms.assetid
Learn more about: Declarators: Maximum number
Declarators: Maximum number
11/04/2016
declarators, maximum number of
f8410673-e11a-4830-89a3-3ffb7bb6562d

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

Implementation-Defined Behavior