Question 1  of   20

What is the output of the following code? var a = 'a' + 'b'; Console.WriteLine(a.GetType().Name);

A. Int32
B. String
C. Object
D. Char