Which of these is an incorrect array declaration? Q & A › Category: Java › Which of these is an incorrect array declaration? 0 Vote Up Vote Down Admin Staff asked 5 years ago Which of these is an incorrect array declaration? a) int arr[] = new int[5] b) int [] arr = new int[5] c) int arr[] = new int[5] d) int arr[] = int [5] new Share this:TwitterFacebookWhatsAppPinterestLike this:Like Loading... 1 Answers 0 Vote Up Vote Down Admin Staff answered 5 years ago d) int arr[] = int [5] new Share this:TwitterFacebookWhatsAppPinterestLike this:Like Loading...