Natalie is writing an algorithm for searching a number from an array. If the number does not match with any of the elements in the array, what value will the program ideally return?

A. 0
B. 1
C. -1
D. 2