1.

Consider the following naive method to find the maximum sub-array sum:Which line should be inserted to complete the below code?

A. Tmp_max = cur_max
B. Break
C. Continue
D. Cur_max = tmp_max
Answer» E.


Discussion

No Comment Found