ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
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
Trace with respect to the make_delta function, always note that the last element is always 0.