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