πŸ“Š 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[] = new int arr[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

πŸ‘οΈ
124
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Priyanka Tomar
Publisher
πŸ“ˆ
82%
Success Rate