Content protected from screenshots
GKFix.in
General Knowledge
Categories
Concept Builder Quiz
About Us
Start Quiz
Home
My Profile
General Knowledge
Categories
Concept Builder
Start Quiz
Logout
GKFix MCQ Question
Test your knowledge and learn something new
Home
Programming
Question #9990
Back to Home
View All Programming Questions
21 Views
Question
The ______ method is used to sort an array in descending order.
A. Array.Sort(array, True)
B. Array.SortDesc(array)
C. Array.OrderByDescending()
D. Array.Reverse(Array.Sort(array))
Check Answer
Share on Twitter
Share on Facebook
Copy Link
Related Questions
The ______ method is used to read all text from a file.
26
. . . . . . . . argument in the Substring syntax specifies number of characters you want to access.
22
What is the array of these statements? Dim intScores As Integer = {78, 83, 75, 90} Array.Reverse(int...
12