Q. Which of the following statements is incorrect? (A) int arr[]; arr = new int[9]; (B) int arr[] = int [9] new; (C) int [] arr = new int[9]; (D) int arr[] = new int[9] ; ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) int arr[] = int [9] new;