Question: Which statement is true about the 2D array declared as: int table[5][10]; 4. Which statement is true about the 2D array declared as: int tablej1511101;
Which statement is true about the 2D array declared as: int table[5][10];
![Which statement is true about the 2D array declared as: int table[5][10];](https://dsd5zvtm8ll6.cloudfront.net/si.experts.images/questions/2024/09/66f44ff15ef77_28166f44ff10d521.jpg)
4. Which statement is true about the 2D array declared as: int tablej1511101; a. b. c. d. e. Given an integer uses 4 bytes, this array is allocated 200 bytes In the mental model of this data structure there are 5 rows and 10 columns. sizeof(table) will return value 200. Both choices a) and b) are true. All choices a), b), and c) are true
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
