Q23
In C#, which method is used to copy elements from one array to another?
A.
Copy()
B.
Array.Clone()
C.
Clone()
D.
Array.Copy()
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board