| Arrays MCQs App | C Sharp MCQs e-Book PDF Download | 98" />
C Sharp MCQs – Certification Test 98
MCQ 98: Choose the correct output for the given code
static void Main()
{
int[] nums = { 1, 2, 3, 4, 5 };
Console.Write("Original order: ");
foreach(int i in nums)
Console.Write(i + " ");
Array.Reverse(nums);
Console.Write("Reversed order: ");
foreach(int i in nums)
Console.Write(i + " ");
Console.WriteLine();
} :
The App: Arrays MCQs App to Study Arrays Notes, C Sharp MCQs App, and HTML MCQs App for C# online study environments.
The "Arrays" App: Free C Sharp MCQs App Download (iOS & Android) for C# training portals. Download App Store & Play Store Learning Apps with all functionalities to master software knowledge.