Q13
Which method in C# is used to find the index of a specific element in an array?
A.
Array.FindIndex()
B.
Array.IndexOf()
AnswerC.
Array.Search()
D.
Array.Position()
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board