Q. Which of the following statements is incorrect?

  • (A) int arr[]; arr = new int[9];
  • (B) int arr[] = int [9] new;
  • (C) int [] arr = new int[9];
  • (D) int arr[] = new int[9] ;
πŸ’¬ Discuss
βœ… Correct Answer: (B) int arr[] = int [9] new;

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
203
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Admin
Publisher
πŸ“ˆ
88%
Success Rate