lenelex.com
Home
Quizzes
Games
Register
Log in
Question 1 of 20
What is the output of the following code?
var a = 1024L; Console.WriteLine(a.GetType().Name);
A. Log
B. Int32
C. Int64
D. Object
Links:
long