A Admin • 802.91K Points Coach Report 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] ; Correct Answer - Option(B) Views: 5 Filed under category Java Hashtags: Share Manage Tags
Discusssion
Login to discuss.