Question:Which one creates an instance of an array? 

A int[ ] ia = new int[15]; 

B float fa = new float[20]; 

C char[ ] ca = "Some String"; 

D int ia[ ] [ ] = { 4, 5, 6 }, { 1,2,3 }; 

+ Answer
+ Explanation
+ Report
Total Preview: 1096

Copyright © 2025. Powered by Intellect Software Ltd