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#?

  1. Len
  2. Length
  3. Elements
  4. MaxLen

Answer: B) Length

Explanation:

The Length property is used to get the total number of elements in C#.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.