Skip to content

Latest commit

 

History

History
40 lines (39 loc) · 889 Bytes

File metadata and controls

40 lines (39 loc) · 889 Bytes
title Indirection on Array Types | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-language
ms.tgt_pltfrm
ms.topic language-reference
dev_langs
C++
helpviewer_keywords
arrays [C++], indirection on type
indirection operator, array types
ms.assetid 4adc3840-68d1-4602-9db2-8809d4388279
caps.latest.revision 8
author mikeblome
ms.author mblome
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

Indirection on Array Types

Use of the indirection operator (*) on an n-dimensional array type yields an n-1 dimensional array. If n is 1, a scalar (or array element) is yielded.

See Also

Arrays