MCQOPTIONS
Saved Bookmarks
| 1. |
If an array is declared asint a[4] = {3, 0, 1, 2}, then values assigned to a[0] & a[4] will be ________. |
| A. | 3, 2 |
| B. | 0, 2 |
| C. | 3, 0 |
| D. | 0, 4 |
| Answer» D. 0, 4 | |