Question 1  of   15

What is the output of the following code snippet? bool? a = false; bool? b = null; Console.WriteLine(a & b);

A. False
B. True
C. Null