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