lenelex.com
Home
Quizzes
Games
Register
Log in
Question 1 of 20
What is the output of the following code?
Console.WriteLine("{0:N0} to {1:N0}", short.MinValue, short.MaxValue);
A. 0 to 255
B. -32,768 to 32,767
C. 0 to 65,535
D. -128 to 127
Links:
short