Home »
MCQs »
C# MCQs
Which array property is used to get the total number of elements in C#?
65. Which array property is used to get the total number of elements in C#?
- Len
- Length
- Elements
- MaxLen
Answer: B) Length
Explanation:
The Length property is used to get the total number of elements in C#.