While the int integers[]
solution roots in the C language (and can be thus considered the "normal" approach), many people find int[] integers
more logical as it disallows to create variables of different types (i.e. an int and an array) in one declaration (as opposed to the C-style declaration).