public class Program
{
public static void Main(string[] args)
{
intl arr = new int[2]
का
arr[1] = 10;
Object o = arr;
int[] arr1 = (int[])o;
arr1[1] = 100;
Console.WriteLine(arr[1]);
(int[])o)[1] = 1000;
Console.WriteLine(arr[1]);
}
}
Answers
Answered by
0
Answer:
yea what u want ........... .
Similar questions
Physics,
3 months ago
English,
3 months ago
Chemistry,
3 months ago
English,
6 months ago
Math,
6 months ago
Biology,
11 months ago
Political Science,
11 months ago
Social Sciences,
11 months ago