Vidyalelo
C# Programming · Q35

Arrays and Strings in C Sharp

Programming · C# Programming · question 35

Q35

In C#, which method is used to find the index of the first occurrence of a specified value in an array?

A.
Search()
B.
IndexOf()
Answer
C.
Locate()
D.
None of the above

Answer: Option B

Solution

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