...
This rule contrasts with ARR02-A. Always provide a size on array declarationsExplicitly specify array dimensions, even if the size is implicit in implicitly defined by an initializer.
Non-Compliant Code Example
...
...
This rule contrasts with ARR02-A. Always provide a size on array declarationsExplicitly specify array dimensions, even if the size is implicit in implicitly defined by an initializer.
...