Tutorialsteacher

Follow Us

00:00
Question #1

What will be the output of the following C# 7 code?

int Sixteen =   0b0001_0000;
Console.WriteLine(Sixteen);