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