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