Question: For the following 2D array: int nums[50][2] = { {80,90},{85,93} }; what value is in nums[2][1] A. 90 B. 85 C. 0 D. 93
For the following 2D array:
int nums[50][2] = { {80,90},{85,93} };
what value is in nums[2][1]
| A. | 90 | |
| B. | 85 | |
| C. | 0 | |
| D. | 93 |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
