ER-032 Array declarators should be placed next to the type, not the variable name

Severity3
Enabledyes
Waivable
Violation
char arr[] = new char[DIM];
Fix
char[] arr = new char[DIM];


Hammurapi 3 Copyright © 2004 Hammurapi Group. All Rights Reserved.