ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
Which of the following lines completes the above code?
Correct Answer: B — arr[i][j] = 1 + arr[i - 1][j - 1].
The line, arr[i][j] = 1 + arr[i - 1][j - 1] completes the above code.