Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 749 Bytes

declarators-maximum-number.md

File metadata and controls

24 lines (22 loc) · 749 Bytes
title ms.custom ms.date ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic dev_langs helpviewer_keywords ms.assetid caps.latest.revision author ms.author manager
Declarators: Maximum number | Microsoft Docs
11/04/2016
cpp-language
article
C++
declarators, maximum number of
f8410673-e11a-4830-89a3-3ffb7bb6562d
6
mikeblome
mblome
ghogen

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