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: C — arr[i] += arr[j] * arr[k].
The line arr[i] += arr[j] * arr[k] reflects the recursive formula (Cn = \sumCi*C(n-i)).