Q5
How do you find the number of elements in an array named 'values' in C#?
A.
Length(values);
B.
values.Count;
C.
values.Length;
AnswerD.
values.Size;
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board