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