| title | Indirection on Array Types | ||
|---|---|---|---|
| ms.date | 11/04/2016 | ||
| helpviewer_keywords |
|
||
| ms.assetid | 4adc3840-68d1-4602-9db2-8809d4388279 |
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.