MCQOPTIONS
Saved Bookmarks
| 1. |
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» E. | |