Question: Which of the following array initialization statements is valid? (5 points) a. Int ary{} = {1,2,3,4} b. Int ary[] = [1,2,3,4] c. Int ary[] =
Which of the following array initialization statements is valid? (5 points) a. Int ary{} = {1,2,3,4} b. Int ary[] = [1,2,3,4] c. Int ary[] = {1,2,3,4} d. Int ary{4} = [1,2,3,4] e. Int ary[4] = [1,2,3,4]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
