Question: For the following 2D array: int nums[50][2] = { {80,90},{85,93} }; what value is in nums[1][0] O A. 85 OB. 80 OC. 90 D. 93
![For the following 2D array: int nums[50][2] = { {80,90},{85,93} };](https://dsd5zvtm8ll6.cloudfront.net/si.experts.images/questions/2024/09/66fa4177b8296_79166fa41775bdbb.jpg)
For the following 2D array: int nums[50][2] = { {80,90},{85,93} }; what value is in nums[1][0] O A. 85 OB. 80 OC. 90 D. 93
Step by Step Solution
There are 3 Steps involved in it
To find the value stored in nums10 you need to access t... View full answer
Get step-by-step solutions from verified subject matter experts
