Q. Which will legally declare, construct, and initialize an array?
β
Correct Answer: (D)
int myList [] = {4, 3, 7};
You must be Logged in to update hint/solution