⏱00:00Question #1What will be the output of the following program? public static void Main() { int i; Console.WriteLine(i); } ARandom valueB0CRuntime errorDCompile-time error PreviousNext