ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
Find the maximum sub-array sum for the given elements. {2, -1, 3, -4, 1, -2, -1, 5, -4}
3
5
8
6
Correct Answer: B — 5
The maximum sub-array sum is 5.