McqMate
| Q. |
Which of these is an incorrect array declaration? |
| A. | intarr[] = new int[5] |
| B. | int [] arr = new int[5] |
| C. | intarr[] = new int[5] |
| D. | intarr[] = int [5] new |
| Answer» D. intarr[] = int [5] new | |
View all MCQs in
Web TechnologiesNo comments yet