Vidyalelo
C# Programming · Q38

Arrays and Strings in C Sharp

Programming · C# Programming · question 38

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
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board