Question: data structure Which of the following will correctly deciare, construct and initialize a tow dimensional array of integers? a. int []={0} b. int x[]=(1,2); c.
Which of the following will correctly deciare, construct and initialize a tow dimensional array of integers? a. int []={0} b. int x[]=(1,2); c. int x[0]={{1,2,3),(4,5,6)} d. int []]= new int (123,123)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
