Which array method is used to sort an array alphabetically or in an ascending order in C#?

67. Which array method is used to sort an array alphabetically or in an ascending order in C#?

  1. sort()
  2. sorting()
  3. Sort()
  4. Sorting()

Answer: C) Sort()

Explanation:

The Sort() method is used to sort an array alphabetically or in an ascending order in C#.

Comments and Discussions!

Load comments ↻






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