Question 1  of   20

What is the result of the following code fragment? var c = 'e'; Console.Write(+c);

A. f
B. ee
C. 101
D. e