What will be the output of the following code snippet:
using System;
public class Program
{
public static void Main(string( args)
{
int( arr = new int[2];
arr(1) = 10;
Object o = arr,
int[] arr1 = (int[])o;
arri [1] = 100;
Console.WriteLine(arr[1]);
((int))[1] = 1000
Console.WriteLine(arr[1]);
)
}}
Answers
Answered by
0
God know what will be the out put!?!....
Similar questions
Math,
3 months ago
Math,
3 months ago
Biology,
6 months ago
Computer Science,
6 months ago
Physics,
11 months ago