Skip to content

Latest commit

 

History

History
44 lines (42 loc) · 1.02 KB

declarators-maximum-number.md

File metadata and controls

44 lines (42 loc) · 1.02 KB
title ms.custom ms.date ms.prod ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic dev_langs helpviewer_keywords ms.assetid caps.latest.revision author ms.author manager translation.priority.ht translation.priority.mt
Declarators: Maximum number | Microsoft Docs
11/01/2016
visual-studio-dev14
devlang-cpp
article
C++
C
declarators, maximum number of
f8410673-e11a-4830-89a3-3ffb7bb6562d
6
mikeblome
mblome
ghogen
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
ru-ru
zh-cn
zh-tw
cs-cz
pl-pl
pt-br
tr-tr

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