MCQOPTIONS
Saved Bookmarks
| 1. |
Given delta[4] is a global array and number of elements in the sorted array is 10, what are the values in the delta array? |
| A. | 4, 3, 1, 0 |
| B. | 5, 3, 1, 0 |
| C. | 4, 2, 1, 1 |
| D. | 5, 2, 1, 1 |
| Answer» C. 4, 2, 1, 1 | |