Q43
What is the result of the expression Array.IndexOf(numbers, 5) where numbers = 1, 2, 3, 4, 5 in C#?
A.
5
B.
3
C.
4
AnswerD.
2
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board