lenelex.com
Home
Quizzes
Games
Register
Log in
Question 1 of 20
What is the output of the following code?
var a = +'a'; Console.WriteLine(a.GetType().Name);
A. Object
B. Int32
C. String
D. Char
Links:
The Char Keyword
The Addition Operator