Question 1  of   20

What is the output of the following code? Console.WriteLine("{0:N0} to {1:N0}", short.MinValue, short.MaxValue);

A. -128 to 127
B. 0 to 255
C. -32,768 to 32,767
D. 0 to 65,535