Examveda

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

A. numbers.Length

B. Length(numbers)

C. numbers.size()

D. Length(numbers[])

Answer: Option A


Join The Discussion

Related Questions on Arrays and Strings in C Sharp