Question 1  of   20

What is the result of the following code fragment? int a = -4, b = 3, c = -2; Console.WriteLine(a - b - c);

A. -5
B. -3
C. -9
D. -1