Which of the following is a correct syntax to declare an array
Both A and B.
A) int[] array;
B) int array[];
C) int [array];