Skip to content

Latest commit

 

History

History
42 lines (40 loc) · 967 Bytes

File metadata and controls

42 lines (40 loc) · 967 Bytes
title Declarators: Maximum number | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-language
ms.tgt_pltfrm
ms.topic article
dev_langs
C++
helpviewer_keywords
declarators, maximum number of
ms.assetid f8410673-e11a-4830-89a3-3ffb7bb6562d
caps.latest.revision 6
author mikeblome
ms.author mblome
manager ghogen
translation.priority.ht
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
ru-ru
zh-cn
zh-tw
translation.priority.mt
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