MCQOPTIONS
Saved Bookmarks
| 1. |
The C declaration int A[5][7] Contains x elements, each of these elements is itself an array containing y integers. What is the value of 2x+y |
| A. | 17 |
| B. | 24 |
| C. | 35 |
| D. | None of these |
| Answer» B. 24 | |