Vidyalelo
C# Programming · Q25

Arrays and Strings in C Sharp

Programming · C# Programming · question 25

Q25

What is the correct way to access the length of an array named numbers in C#?

A.
numbers.Length
Answer
B.
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