ER-032
Array declarators should be placed next to the type, not the variable name
Severity
3
Enabled
yes
Waivable
Violation
char arr[] = new char[DIM];
Fix
char[] arr = new char[DIM];
Hammurapi 3 Copyright © 2004 Hammurapi Group. All Rights Reserved.