Tutorialsteacher

Follow Us

00:00
Question #1

What will be the output of the following program?

public static void Main()
{ 
    int i; 
    Console.WriteLine(i); 
}