设存在数组a,其长度为Len,则下列哪项泛型算法用于在a中寻找值Value的位置
A.reverse(a,a+Len,Value); B.sort(a,a+Len,Value); C.find(a,a+Len,Value); D.copy(a,a+Len,Value);正确答案C
设存在数组a,其长度为Len,则下列哪项泛型算法用于在a中寻找值Value的位置
A.reverse(a,a+Len,Value); B.sort(a,a+Len,Value); C.find(a,a+Len,Value); D.copy(a,a+Len,Value);正确答案C