MCQOPTIONS
Saved Bookmarks
| 1. |
Assume the following C variable declaration int *A[10], B[10][10]; Of the following expressions |
| A. | A[2] |
| B. | A[2][3] |
| C. | B[1] |
| D. | B[2][3] |
| Answer» B. A[2][3] | |