Q38
What does the IndexOf() method return if the specified value is not found in an array in C#?
A.
0
B.
Null
C.
FALSE
D.
-1
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board