πŸ“Š JAVA
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
πŸ’¬ Discuss
βœ… Correct Answer: (D) int arr[] = int [5] new

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
287
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
93%
Success Rate