1.

In which of the below cases will the following code produce a wrong output?

A. Array: {0,0,0,0,0,0} Search: -10
B. Array: {1,2,3,4,5} Search: 0
C. Array: {5,4,3,2,1} Search: 1
D. Array: {-5,-4,-3,-2,-1} Search: -1View Answer
Answer» D. Array: {-5,-4,-3,-2,-1} Search: -1View Answer


Discussion

No Comment Found