⏱00:00Question #1What will be the output of the following C# 7 code? int Sixteen = 0b0001_0000; Console.WriteLine(Sixteen); ACompile-time errorBRuntime errorC16D00010000 PreviousNext