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