Loading practice questions
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?
Correct Answer: B — 5, 3, 1, 0
Explanation:
Trace with respect to the make_delta function, always note that the last element is always 0.