Q25
What is the correct way to access the length of an array named numbers in C#?
A.
numbers.Length
AnswerB.
Length(numbers)
C.
numbers.size()
D.
Length(numbers[])
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board