Examveda
Examveda

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

Answer: Option D


This Question Belongs to Java Program >> Array

Join The Discussion

Related Questions on Array