Question 1  of   20

What is the output of the following code? var a = 1024L; Console.WriteLine(a.GetType().Name);

A. Object
B. Int64
C. Int32
D. Log