Vidyalelo
C# Programming · Q8

Arrays and Strings in C Sharp

Programming · C# Programming · question 8

Q8

What does the 'Length' property of an array in C# return?

A.
The number of characters in the array
B.
The number of dimensions in the array
C.
The size of the array in bytes
D.
The total number of elements in the array
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board