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