A
Q. What will be the output of the code?
Code:
int[] arr = {1, 2, 3};
Console.WriteLine(arr.Length);
Console.WriteLine(arr.Length);
- Correct Answer - Option(B)
- Views: 1
- Filed under category .NET Programming
- Hashtags:
Discusssion
Login to discuss.