⏱00:00Question #1What will be the output of the following program? public class Program { public static void Main() { int?[] arr = new int?[5]; Console.WriteLine(arr[0]); } } AnullB0CCompile-time errorDRuntime error PreviousNext