R

Ram Sharma • 193.86K Points
Coach

Q. Which of these is an incorrect array declaration?

  • (A) int arr[] = new int[5];
  • (B) int [] arr = new int[5];
  • (C) int arr[]; arr = new int[5];
  • (D) int arr[] = int [5] new
  • Correct Answer - Option(D)
  • Views: 156
  • Filed under category JAVA

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.


Question analytics