ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
Which of the following lines should be added to complete the above code?
Correct Answer: D — arr[i][j] = min
The line arr[i][j] = min completes the above code.