Sail E0 Webinar
Question
Which will legally declare, construct, and initialize an array?
Options:
A .  int [] myList = (5, 8, 2);
B .  int [] myList = {};
C .  int myList [] [] = {4,9,7,0};
D .  int myList [] = {4, 3, 7};
Answer: Option D

Submit Your Solution Below and Earn Points !
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers