MCQOPTIONS
Saved Bookmarks
| 1. |
Which is true for num, if num is defined as int num[12][23]; ? |
| A. | The conventional rectangular subscript calculation 20 * row + col is used to find the element num[row, col]. |
| B. | num is true two-dimensional array |
| C. | 200 int-sized locations have been set aside |
| D. | All of above |
| E. | None of these |
| Answer» E. None of these | |