00:00
Question #1
What will be the output of the following program?
public static void Main()
{ 
    int i; 
    Console.WriteLine(i); 
}
What will be the output of the following program?
public static void Main()
{ 
    int i; 
    Console.WriteLine(i); 
}